(snapshot: AttributionSnapshotMessage)
| 1106 | } |
| 1107 | |
| 1108 | async insertAttributionSnapshot(snapshot: AttributionSnapshotMessage) { |
| 1109 | return this.trackWrite(async () => { |
| 1110 | await this.appendEntry(snapshot) |
| 1111 | }) |
| 1112 | } |
| 1113 | |
| 1114 | async insertContentReplacement( |
| 1115 | replacements: ContentReplacementRecord[], |
no test coverage detected