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

Method entries

packages/db/src/SortedMap.ts:177–179  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

175 * @returns An iterator for the map's entries
176 */
177 entries(): IterableIterator<[TKey, TValue]> {
178 return this[Symbol.iterator]()
179 }
180
181 /**
182 * Returns an iterator for the map's keys in sorted order

Callers 15

loadFromStorageFunction · 0.45
deepEqualsInternalFunction · 0.45
local-only.test.tsFile · 0.45
triggerAllTimeoutsFunction · 0.45
getStateEntriesFunction · 0.45
collection.test.tsFile · 0.45
SortedMap.test.tsFile · 0.45
proxy.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 9

triggerAllTimeoutsFunction · 0.36
getStateEntriesFunction · 0.36
createIndexUsageTrackerFunction · 0.36
restoreFunction · 0.36
stripVirtualPropsDeepFunction · 0.36
stripVirtualPropsDeepFunction · 0.36
createOrderByTestsFunction · 0.36