| 328 | } |
| 329 | |
| 330 | bool ProtocolExp::compare_ann_index(const data::decode::Annotation *a, |
| 331 | const data::decode::Annotation *b) |
| 332 | { |
| 333 | assert(a); |
| 334 | assert(b); |
| 335 | return a->start_sample() < b->start_sample(); |
| 336 | } |
| 337 | |
| 338 | void ProtocolExp::reject() |
| 339 | { |
nothing calls this directly
no test coverage detected