MCPcopy Create free account
hub / github.com/Noumena-Network/code / createContentReplacementState

Function createContentReplacementState

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

Source from the content-addressed store, hash-verified

412}
413
414export function createContentReplacementState(): ContentReplacementState {
415 return { seenIds: new Set(), replacements: new Map() }
416}
417
418/**
419 * Clone replacement state for a cache-sharing fork (e.g. agentSummary).

Calls

no outgoing calls

Tested by

no test coverage detected