// GENERATED CODE - DO NOT MODIFY BY HAND part of 'library_page.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$libraryTabObserverHash() => r'a976ea55e2168e4684114c47592f25a2b187f15f'; /// See also [libraryTabObserver]. @ProviderFor(libraryTabObserver) final libraryTabObserverProvider = Provider.internal( libraryTabObserver, name: r'libraryTabObserverProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$libraryTabObserverHash, dependencies: null, allTransitiveDependencies: null, ); typedef LibraryTabObserverRef = ProviderRef; String _$libraryTabPathHash() => r'fe60984ea9d629683d344f809749b1b9362735fa'; /// See also [libraryTabPath]. @ProviderFor(libraryTabPath) final libraryTabPathProvider = StreamProvider.internal( libraryTabPath, name: r'libraryTabPathProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$libraryTabPathHash, dependencies: null, allTransitiveDependencies: null, ); typedef LibraryTabPathRef = StreamProviderRef; String _$libraryListQueryHash() => r'6079338e19e0249aaa09868dd405fd3aefc42c2b'; /// Copied from Dart SDK class _SystemHash { _SystemHash._(); static int combine(int hash, int value) { // ignore: parameter_assignments hash = 0x1fffffff & (hash + value); // ignore: parameter_assignments hash = 0x1fffffff & (hash + ((0x0007ffff & hash) << 10)); return hash ^ (hash >> 6); } static int finish(int hash) { // ignore: parameter_assignments hash = 0x1fffffff & (hash + ((0x03ffffff & hash) << 3)); // ignore: parameter_assignments hash = hash ^ (hash >> 11); return 0x1fffffff & (hash + ((0x00003fff & hash) << 15)); } } typedef LibraryListQueryRef = ProviderRef; /// See also [libraryListQuery]. @ProviderFor(libraryListQuery) const libraryListQueryProvider = LibraryListQueryFamily(); /// See also [libraryListQuery]. class LibraryListQueryFamily extends Family { /// See also [libraryListQuery]. const LibraryListQueryFamily(); /// See also [libraryListQuery]. LibraryListQueryProvider call( int index, ) { return LibraryListQueryProvider( index, ); } @override LibraryListQueryProvider getProviderOverride( covariant LibraryListQueryProvider provider, ) { return call( provider.index, ); } static const Iterable? _dependencies = null; @override Iterable? get dependencies => _dependencies; static const Iterable? _allTransitiveDependencies = null; @override Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'libraryListQueryProvider'; } /// See also [libraryListQuery]. class LibraryListQueryProvider extends Provider { /// See also [libraryListQuery]. LibraryListQueryProvider( this.index, ) : super.internal( (ref) => libraryListQuery( ref, index, ), from: libraryListQueryProvider, name: r'libraryListQueryProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$libraryListQueryHash, dependencies: LibraryListQueryFamily._dependencies, allTransitiveDependencies: LibraryListQueryFamily._allTransitiveDependencies, ); final int index; @override bool operator ==(Object other) { return other is LibraryListQueryProvider && other.index == index; } @override int get hashCode { var hash = _SystemHash.combine(0, runtimeType.hashCode); hash = _SystemHash.combine(hash, index.hashCode); return _SystemHash.finish(hash); } } String _$lastLibraryStateServiceHash() => r'a49e26b5dc0fcb0f697ec2def08e7336f64c4cb3'; /// See also [LastLibraryStateService]. @ProviderFor(LastLibraryStateService) final lastLibraryStateServiceProvider = AsyncNotifierProvider.internal( LastLibraryStateService.new, name: r'lastLibraryStateServiceProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$lastLibraryStateServiceHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$LastLibraryStateService = AsyncNotifier; String _$libraryListsHash() => r'7c9fd1ca3b0d70253e0f5d8197abf18b3a18c995'; /// See also [LibraryLists]. @ProviderFor(LibraryLists) final libraryListsProvider = NotifierProvider>.internal( LibraryLists.new, name: r'libraryListsProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$libraryListsHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$LibraryLists = Notifier>; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions