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

Method size

packages/db/src/SortedMap.ts:157–159  ·  view source on GitHub ↗

* Gets the number of key-value pairs in the map

()

Source from the content-addressed store, hash-verified

155 * Gets the number of key-value pairs in the map
156 */
157 get size(): number {
158 return this.map.size
159 }
160
161 /**
162 * Default iterator that returns entries in sorted order

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected