( snapshot: AttributionSnapshotMessage, )
| 1486 | } |
| 1487 | |
| 1488 | export async function recordAttributionSnapshot( |
| 1489 | snapshot: AttributionSnapshotMessage, |
| 1490 | ) { |
| 1491 | await getProject().insertAttributionSnapshot(snapshot) |
| 1492 | } |
| 1493 | |
| 1494 | export async function recordContentReplacement( |
| 1495 | replacements: ContentReplacementRecord[], |
no test coverage detected