MCPcopy Index your code
hub / github.com/codeaashu/claude-code / scopeKey

Function scopeKey

src/cli/transports/ccrClient.ts:120–125  ·  view source on GitHub ↗
(m: {
  session_id: string
  parent_tool_use_id: string | null
})

Source from the content-addressed store, hash-verified

118}
119
120function scopeKey(m: {
121 session_id: string
122 parent_tool_use_id: string | null
123}): string {
124 return `${m.session_id}:${m.parent_tool_use_id ?? ''}`
125}
126
127/**
128 * Accumulate text_delta stream_events into full-so-far snapshots per content

Callers 2

accumulateStreamEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected