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