Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ newReader
Method
newReader
packages/db-ivm/src/graph.ts:46–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
newReader(): DifferenceStreamReader<T> {
47
const
q: Array<MultiSet<T>> = []
48
this.#queues.push(q)
49
return
new
DifferenceStreamReader(q)
50
}
51
}
52
53
/**
Callers
2
connectReader
Method · 0.80
graph.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected