| 88 | |
| 89 | void Stats::AddUnresolvedBatch() { unresolved_batches.Add(1); } |
| 90 | void Stats::RemoveUnresolvedBatch() { unresolved_batches.Sub(1); } |
| 91 | |
| 92 | void Stats::AddHandleRecord(uint32_t count) { handle_records.Add(count); } |
| 93 | void Stats::RemoveHandleRecord(uint32_t count) { handle_records.Sub(count); } |
no test coverage detected