MCPcopy Create free account
hub / github.com/WJX20/claude-code / recordAttributionSnapshot

Function recordAttributionSnapshot

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

Source from the content-addressed store, hash-verified

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

Callers 2

REPLFunction · 0.85
runHeadlessStreamingFunction · 0.85

Calls 2

getProjectFunction · 0.85

Tested by

no test coverage detected