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

Interface ID2

packages/db-ivm/src/types.ts:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface ID2 {
27 getNextOperatorId: () => number
28 newInput: <T>() => IStreamBuilder<T>
29 addOperator: (operator: UnaryOperator<any> | BinaryOperator<any>) => void
30 finalize: () => void
31 step: () => void
32}
33
34export interface IStreamBuilder<T> {
35 writer: DifferenceStreamWriter<T>

Callers

nothing calls this directly

Implementers 1

D2packages/db-ivm/src/d2.ts

Calls

no outgoing calls

Tested by

no test coverage detected