MCPcopy Create free account
hub / github.com/TanStack/db / isLoadingSubset

Method isLoadingSubset

packages/db/src/collection/index.ts:457–459  ·  view source on GitHub ↗

* Check if the collection is currently loading more data * @returns true if the collection has pending load more operations, false otherwise

()

Source from the content-addressed store, hash-verified

455 * @returns true if the collection has pending load more operations, false otherwise
456 */
457 public get isLoadingSubset(): boolean {
458 return this._sync.isLoadingSubset
459 }
460
461 /**
462 * Start sync immediately - internal method for compiled queries

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected