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

Method compare_trace_y

DSView/pv/view/view.cpp:446–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446bool View::compare_trace_y(const Trace *a, const Trace *b)
447{
448 assert(a);
449 assert(b);
450
451 Trace *a1 = const_cast<Trace*>(a);
452 Trace *b1 = const_cast<Trace*>(b);
453 return a1->get_v_offset() < b1->get_v_offset();
454}
455
456void View::show_cursors(bool show)
457{

Callers

nothing calls this directly

Calls 1

get_v_offsetMethod · 0.80

Tested by

no test coverage detected