LCOV - code coverage report
Current view: top level - utils - initialization.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 3 3 100.0 %
Date: 2022-04-29 21:31:09 Functions: 0 0 -

          Line data    Source code
       1             : part of flutter_data;
       2             : 
       3             : typedef ConfigureRepositoryLocalStorage = Override Function(
       4             :     {FutureFn<String>? baseDirFn, List<int>? encryptionKey, bool? clear});
       5             : 
       6             : typedef RepositoryInitializerProvider = FutureProvider<RepositoryInitializer>
       7             :     Function({bool? remote, bool? verbose});
       8             : 
       9             : /// ONLY FOR FLUTTER DATA INTERNAL USE
      10           2 : var internalLocatorFn =
      11           1 :     <S extends DataModel<S>>(Provider<Repository<S>> provider, Reader reader) =>
      12           1 :         reader(provider);
      13             : 
      14             : class RepositoryInitializer {}
      15             : 
      16             : @protected
      17             : mixin NothingMixin {}

Generated by: LCOV version 1.15