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

Method size

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

* Get the current size of the collection (cached)

()

Source from the content-addressed store, hash-verified

492 * Get the current size of the collection (cached)
493 */
494 public get size(): number {
495 return this._state.size
496 }
497
498 /**
499 * Get all keys (virtual derived state)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected