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

Method run

packages/db-ivm/src/operators/debug.ts:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 run(): void {
26 for (const message of this.inputMessages()) {
27 console.log(`debug ${this.#name} data: ${message.toString(this.#indent)}`)
28 this.output.sendData(message)
29 }
30 }
31}
32
33/**

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
sendDataMethod · 0.45

Tested by

no test coverage detected