| 87 | } |
| 88 | |
| 89 | StatsCollectorImpl::StatsCollectorImpl(size_t handle) : handle_(handle) {} |
| 90 | |
| 91 | StatsCollectorImpl::StatsCollectorImpl(std::string const& tag) : handle_(Statistics::GetHandle(tag)) {} |
| 92 |
nothing calls this directly
no outgoing calls
no test coverage detected