MCPcopy Index your code
hub / github.com/TanStack/db / checkAllCollectionsReady

Method checkAllCollectionsReady

packages/db/src/query/effect.ts:787–791  ·  view source on GitHub ↗

Check if all source collections are in the ready state

()

Source from the content-addressed store, hash-verified

785
786 /** Check if all source collections are in the ready state */
787 private checkAllCollectionsReady(): boolean {
788 return Object.values(this.collections).every((collection) =>
789 collection.isReady(),
790 )
791 }
792
793 /**
794 * Build subscription options for an alias based on whether it uses ordered

Callers 1

startMethod · 0.95

Calls 2

isReadyMethod · 0.80
valuesMethod · 0.45

Tested by

no test coverage detected