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

Method finalCleanup

packages/db/src/query/effect.ts:996–1001  ·  view source on GitHub ↗

Clear graph references — called after graph run completes or immediately from dispose

()

Source from the content-addressed store, hash-verified

994
995 /** Clear graph references — called after graph run completes or immediately from dispose */
996 private finalCleanup(): void {
997 this.graph = undefined
998 this.inputs = undefined
999 this.pipeline = undefined
1000 this.sourceWhereClauses = undefined
1001 }
1002}
1003
1004// ---------------------------------------------------------------------------

Callers 2

runGraphMethod · 0.95
disposeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected