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

Method constructor

packages/db-ivm/src/graph.ts:15–17  ·  view source on GitHub ↗
(queue: Array<MultiSet<T>>)

Source from the content-addressed store, hash-verified

13 #queue: Array<MultiSet<T>>
14
15 constructor(queue: Array<MultiSet<T>>) {
16 this.#queue = queue
17 }
18
19 drain(): Array<MultiSet<T>> {
20 const out = [...this.#queue].reverse()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected