| 614 | } |
| 615 | |
| 616 | TraceEventFields LatestEventCache::get(std::string const& tag) { |
| 617 | return latest[getAddressIndex()][tag]; |
| 618 | } |
| 619 | |
| 620 | std::vector<TraceEventFields> allEvents(std::map<std::string, TraceEventFields> const& data) { |
| 621 | std::vector<TraceEventFields> all; |
nothing calls this directly
no test coverage detected