| 626 | } |
| 627 | |
| 628 | std::vector<TraceEventFields> LatestEventCache::getAll() { |
| 629 | return allEvents(latest[getAddressIndex()]); |
| 630 | } |
| 631 | |
| 632 | // if in simulation, all events from all machines will be returned |
| 633 | std::vector<TraceEventFields> LatestEventCache::getAllUnsafe() { |
nothing calls this directly
no test coverage detected