MCPcopy Create free account
hub / github.com/TanStack/db / #checkNotFinalized

Method #checkNotFinalized

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

Source from the content-addressed store, hash-verified

15 constructor() {}
16
17 #checkNotFinalized(): void {
18 if (this.#finalized) {
19 throw new Error(`Graph already finalized`)
20 }
21 }
22
23 getNextOperatorId(): number {
24 this.#checkNotFinalized()

Callers 4

getNextOperatorIdMethod · 0.95
newInputMethod · 0.95
addOperatorMethod · 0.95
finalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected