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

Function createContentReplacementState

src/utils/toolResultStorage.ts:395–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393}
394
395export function createContentReplacementState(): ContentReplacementState {
396 return { seenIds: new Set(), replacements: new Map() }
397}
398
399/**
400 * Clone replacement state for a cache-sharing fork (e.g. agentSummary).

Calls

no outgoing calls

Tested by

no test coverage detected