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

Method getPresenceKeys

packages/db-ivm/src/indexes.ts:228–230  ·  view source on GitHub ↗

* Get all keys that have presence (non-zero consolidated multiplicity). * @returns An iterator of keys with non-zero consolidated multiplicity.

()

Source from the content-addressed store, hash-verified

226 * @returns An iterator of keys with non-zero consolidated multiplicity.
227 */
228 getPresenceKeys(): Iterable<TKey> {
229 return this.#consolidatedMultiplicity.keys()
230 }
231
232 /**
233 * This method returns all values for a given key.

Callers 2

emitLeftOuterResultsMethod · 0.80
emitRightOuterResultsMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected