| 602 | } |
| 603 | |
| 604 | void LatestEventCache::clear(std::string const& prefix) { |
| 605 | clearPrefix_internal(latest[getAddressIndex()], prefix); |
| 606 | } |
| 607 | |
| 608 | void LatestEventCache::clear() { |
| 609 | latest[getAddressIndex()].clear(); |
nothing calls this directly
no test coverage detected