MCPcopy Index your code
hub / github.com/TanStack/db / run

Function run

packages/db-ivm/src/graph.ts:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 abstract inner(collection: MultiSet<T | U>): MultiSet<U>
125
126 run(): void {
127 for (const message of this.inputMessages()) {
128 this.output.sendData(this.inner(message))
129 }
130 }
131}

Callers 3

withRuntimeBridgeHarnessFunction · 0.50
scheduleMethod · 0.50
flushMethod · 0.50

Calls 2

sendDataMethod · 0.45
innerMethod · 0.45

Tested by

no test coverage detected