MCPcopy 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
116export function createStreamAccumulator(): StreamAccumulatorState {
117 return { byMessage: new Map(), scopeToMessage: new Map() }
118}
119
120function scopeKey(m: {
121 session_id: string

Callers 1

CCRClientClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected