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

Method getNextOperatorId

packages/db-ivm/src/d2.ts:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 getNextOperatorId(): number {
24 this.#checkNotFinalized()
25 return this.#nextOperatorId++
26 }
27
28 newInput<T>(): RootStreamBuilder<T> {
29 this.#checkNotFinalized()

Callers 15

outputFunction · 0.80
reduceFunction · 0.80
distinctFunction · 0.80
countFunction · 0.80
mapFunction · 0.80
filterFunction · 0.80
concatFunction · 0.80
consolidateFunction · 0.80
debugFunction · 0.80
joinFunction · 0.80

Calls 1

#checkNotFinalizedMethod · 0.95

Tested by

no test coverage detected