MCPcopy Create free account
hub / github.com/Noumena-Network/code / recordAttributionSnapshot

Function recordAttributionSnapshot

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

Source from the content-addressed store, hash-verified

1644}
1645
1646export async function recordAttributionSnapshot(
1647 snapshot: AttributionSnapshotMessage,
1648) {
1649 await getProject().insertAttributionSnapshot(snapshot)
1650}
1651
1652export async function recordContentReplacement(
1653 replacements: ContentReplacementRecord[],

Callers 2

REPLFunction · 0.85
runHeadlessStreamingFunction · 0.85

Calls 2

getProjectFunction · 0.85

Tested by

no test coverage detected