| 235 | } |
| 236 | |
| 237 | const std::vector<LogEntry>::const_iterator cbegin(TailIdentifier key) |
| 238 | { |
| 239 | return g_buffer.cbegin(key); |
| 240 | } |
| 241 | |
| 242 | bool valid(TailIdentifier key, const std::vector<LogEntry>::const_iterator & it) |
| 243 | { |
nothing calls this directly
no outgoing calls
no test coverage detected