(snapshot: AttributionSnapshotMessage)
| 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[], |
no test coverage detected