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

Method isLoadingSubset

packages/db/src/collection/sync.ts:437–439  ·  view source on GitHub ↗

* Gets whether the collection is currently loading more data

()

Source from the content-addressed store, hash-verified

435 * Gets whether the collection is currently loading more data
436 */
437 public get isLoadingSubset(): boolean {
438 return this.pendingLoadSubsetPromises.size > 0
439 }
440
441 /**
442 * Tracks a load promise for isLoadingSubset state.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected