Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ connectReader
Method
connectReader
packages/db-ivm/src/d2.ts:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
connectReader(): DifferenceStreamReader<T> {
76
return
this.#writer.newReader()
77
}
78
79
get writer(): DifferenceStreamWriter<T> {
80
return
this.#writer
Callers
15
groupedTopKWithFractionalIndex
Function · 0.80
output
Function · 0.80
reduce
Function · 0.80
distinct
Function · 0.80
count
Function · 0.80
map
Function · 0.80
topKWithFractionalIndexBTree
Function · 0.80
filter
Function · 0.80
concat
Function · 0.80
consolidate
Function · 0.80
debug
Function · 0.80
join
Function · 0.80
Calls
1
newReader
Method · 0.80
Tested by
no test coverage detected