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