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

Function inputAMessages

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

Source from the content-addressed store, hash-verified

109 }
110
111 inputAMessages(): Array<MultiSet<T>> {
112 return this.inputs[0]!.drain()
113 }
114
115 inputBMessages(): Array<MultiSet<T>> {
116 return this.inputs[1]!.drain()

Callers

nothing calls this directly

Calls 1

drainMethod · 0.80

Tested by

no test coverage detected