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

Method isLeaf

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

Source from the content-addressed store, hash-verified

422 // in those children. (Certain operations will propagate isShared=true to children.)
423 isShared: true | undefined
424 get isLeaf() {
425 return (this as any).children === undefined
426 }
427
428 constructor(keys: Array<K> = [], values?: Array<V>) {
429 this.keys = keys

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected