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

Function constructor

packages/db-ivm/src/graph.ts:61–68  ·  view source on GitHub ↗
(
    public id: number,
    inputs: Array<DifferenceStreamReader<T>>,
    output: DifferenceStreamWriter<T>,
  )

Source from the content-addressed store, hash-verified

59 protected output: DifferenceStreamWriter<T>
60
61 constructor(
62 public id: number,
63 inputs: Array<DifferenceStreamReader<T>>,
64 output: DifferenceStreamWriter<T>,
65 ) {
66 this.inputs = inputs
67 this.output = output
68 }
69
70 abstract run(): void
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected