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

Method graph

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

Source from the content-addressed store, hash-verified

81 }
82
83 get graph(): ID2 {
84 return this.#graph
85 }
86
87 // Don't judge, this is the only way to type this function.
88 // rxjs has very similar code to type its pipe function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected