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

Method insertAttributionSnapshot

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

trackWriteMethod · 0.95
appendEntryMethod · 0.95

Tested by

no test coverage detected