(snapshot: AttributionSnapshotMessage)
| 1128 | } |
| 1129 | |
| 1130 | async insertAttributionSnapshot(snapshot: AttributionSnapshotMessage) { |
| 1131 | return this.trackWrite(async () => { |
| 1132 | await this.appendEntry(snapshot) |
| 1133 | }) |
| 1134 | } |
| 1135 | |
| 1136 | async insertContentReplacement( |
| 1137 | replacements: ContentReplacementRecord[], |
no test coverage detected