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

Method status

packages/db/src/collection/subscription.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 private pendingTruncateRefetches: Set<Promise<void>> = new Set()
103
104 public get status(): SubscriptionStatus {
105 return this._status
106 }
107
108 constructor(
109 private collection: CollectionImpl<any, any, any, any, any>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected