Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ createStreamAccumulator
Function
createStreamAccumulator
src/cli/transports/ccrClient.ts:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
export
function
createStreamAccumulator(): StreamAccumulatorState {
117
return
{ byMessage:
new
Map(), scopeToMessage:
new
Map() }
118
}
119
120
function
scopeKey(m: {
121
session_id: string
Callers
1
CCRClient
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected