| 157 | TransactionTagCounter::~TransactionTagCounter() = default; |
| 158 | |
| 159 | void TransactionTagCounter::addRequest(Optional<TagSet> const& tags, int64_t bytes) { |
| 160 | return impl->addRequest(tags, bytes); |
| 161 | } |
| 162 | |
| 163 | void TransactionTagCounter::startNewInterval() { |
| 164 | return impl->startNewInterval(); |
no outgoing calls
no test coverage detected