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

Method status

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

* Gets the current status of the collection

()

Source from the content-addressed store, hash-verified

410 * Gets the current status of the collection
411 */
412 public get status(): CollectionStatus {
413 return this._lifecycle.status
414 }
415
416 /**
417 * Get the number of subscribers to the collection

Callers 7

server.tsFile · 0.45
index.tsFile · 0.45
server.tsFile · 0.45
proxyElectricShapeFunction · 0.45
index.tsFile · 0.45
index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected