MCPcopy
hub / github.com/codeaashu/claude-code / recordAttributionSnapshot

Function recordAttributionSnapshot

src/utils/sessionStorage.ts:1488–1492  ·  view source on GitHub ↗
(
  snapshot: AttributionSnapshotMessage,
)

Source from the content-addressed store, hash-verified

1486}
1487
1488export async function recordAttributionSnapshot(
1489 snapshot: AttributionSnapshotMessage,
1490) {
1491 await getProject().insertAttributionSnapshot(snapshot)
1492}
1493
1494export async function recordContentReplacement(
1495 replacements: ContentReplacementRecord[],

Callers 2

REPLFunction · 0.85
runHeadlessStreamingFunction · 0.85

Calls 2

getProjectFunction · 0.85

Tested by

no test coverage detected