MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / compare_ann_index

Method compare_ann_index

DSView/pv/dialogs/protocolexp.cpp:330–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330bool 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
338void ProtocolExp::reject()
339{

Callers

nothing calls this directly

Calls 1

start_sampleMethod · 0.80

Tested by

no test coverage detected