Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cameri/nostream
/ projection
Function
projection
test/integration/features/shared.ts:93–93 ·
view source on GitHub ↗
(raw: MessageEvent)
Source
from the content-addressed store, hash-verified
91
connection.once(
'close'
, close.next.bind(close))
92
93
const
projection = (raw: MessageEvent) => JSON.parse(raw.data.toString(
'utf8'
))
94
95
const
replaySubject =
new
ReplaySubject(2, 1000)
96
Callers
nothing calls this directly
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected