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

Method run

packages/db-ivm/src/operators/output.ts:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 run(): void {
24 for (const message of this.inputMessages()) {
25 this.#fn(message)
26 this.output.sendData(message)
27 }
28 }
29}
30
31/**

Callers

nothing calls this directly

Calls 1

sendDataMethod · 0.45

Tested by

no test coverage detected