MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / insertAttributionSnapshot

Method insertAttributionSnapshot

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

Source from the content-addressed store, hash-verified

1128 }
1129
1130 async insertAttributionSnapshot(snapshot: AttributionSnapshotMessage) {
1131 return this.trackWrite(async () => {
1132 await this.appendEntry(snapshot)
1133 })
1134 }
1135
1136 async insertContentReplacement(
1137 replacements: ContentReplacementRecord[],

Callers 1

Calls 2

trackWriteMethod · 0.95
appendEntryMethod · 0.95

Tested by

no test coverage detected