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

Method size

packages/db/src/utils/btree.ts:131–133  ·  view source on GitHub ↗

Gets the number of key-value pairs in the tree.

()

Source from the content-addressed store, hash-verified

129
130 /** Gets the number of key-value pairs in the tree. */
131 get size() {
132 return this._size
133 }
134 /** Gets the number of key-value pairs in the tree. */
135 get length() {
136 return this._size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected