MCPcopy Index your code
hub / github.com/Noumena-Network/code / insertAttributionSnapshot

Method insertAttributionSnapshot

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

Source from the content-addressed store, hash-verified

1187 }
1188
1189 async insertAttributionSnapshot(snapshot: AttributionSnapshotMessage) {
1190 return this.trackWrite(async () => {
1191 await this.appendEntry(snapshot)
1192 })
1193 }
1194
1195 async insertContentReplacement(
1196 replacements: ContentReplacementRecord[],

Callers 1

Calls 2

trackWriteMethod · 0.95
appendEntryMethod · 0.95

Tested by

no test coverage detected