Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getNextOperatorId
Method · 0.95
newInput
Method · 0.95
addOperator
Method · 0.95
finalize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected