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

Method minKey

packages/db/src/utils/btree.ts:711–713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

709 }
710
711 minKey() {
712 return this.children[0]!.minKey()
713 }
714
715 minPair(reusedArray: [K, V]): [K, V] | undefined {
716 return this.children[0]!.minPair(reusedArray)

Callers

nothing calls this directly

Calls 1

minKeyMethod · 0.45

Tested by

no test coverage detected