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

Method keys

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

* Get all keys (virtual derived state)

()

Source from the content-addressed store, hash-verified

499 * Get all keys (virtual derived state)
500 */
501 public *keys(): IterableIterator<TKey> {
502 yield* this._state.keys()
503 }
504
505 /**
506 * Get all values (virtual derived state)

Callers 15

valuesMethod · 0.45
entriesMethod · 0.45
validateDataMethod · 0.45
updateMethod · 0.45
compilePipelineMethod · 0.45
disposeMethod · 0.45
parseWhereExpressionFunction · 0.45
processFromFunction · 0.45
processJoinFunction · 0.45
processJoinSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected