MCPcopy Index your code
hub / github.com/TanStack/db / keys

Method keys

packages/db/src/SortedMap.ts:186–188  ·  view source on GitHub ↗

* Returns an iterator for the map's keys in sorted order * * @returns An iterator for the map's keys

()

Source from the content-addressed store, hash-verified

184 * @returns An iterator for the map's keys
185 */
186 keys(): IterableIterator<TKey> {
187 return this.sortedKeys[Symbol.iterator]()
188 }
189
190 /**
191 * Returns an iterator for the map's values in sorted order

Callers 15

toStableSerializableFunction · 0.45
deepEqualFunction · 0.45
stripRxdbFieldsFunction · 0.45
handleInsertMethod · 0.45
handleUpdateMethod · 0.45
checkIfRevertedFunction · 0.45
deletePropertyFunction · 0.45
createChangeProxyFunction · 0.45
flushAllMethod · 0.45
deepEqualsInternalFunction · 0.45

Calls

no outgoing calls

Tested by 4

lengthMethod · 0.36
keyMethod · 0.36
verifyConsistencyFunction · 0.36
createOrderByTestsFunction · 0.36