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

Method insertAttributionSnapshot

src/utils/sessionStorage.ts:1107–1111  ·  view source on GitHub ↗
(snapshot: AttributionSnapshotMessage)

Source from the content-addressed store, hash-verified

1105 }
1106
1107 async insertAttributionSnapshot(snapshot: AttributionSnapshotMessage) {
1108 return this.trackWrite(async () => {
1109 await this.appendEntry(snapshot)
1110 })
1111 }
1112
1113 async insertContentReplacement(
1114 replacements: ContentReplacementRecord[],

Callers 1

Calls 2

trackWriteMethod · 0.95
appendEntryMethod · 0.95

Tested by

no test coverage detected