| 260 | return time; |
| 261 | } |
| 262 | uint32_t getCrc() const |
| 263 | { |
| 264 | return ~crc; // Invert bits, since everyone else seems to do that with CRCs... |
| 265 | } |
| 266 | size_t getNumEntries() const |
| 267 | { |
| 268 | return log.size(); |
no outgoing calls
no test coverage detected