MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / has_data

Method has_data

DSView/pv/data/dsosnapshot.cpp:546–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546bool DsoSnapshot::has_data(int sig_index)
547{
548 return get_ch_order(sig_index) != -1;
549}
550
551int DsoSnapshot::get_ch_order(int sig_index)
552{

Callers 14

save_logicMethod · 0.45
save_dsoMethod · 0.45
meta_genMethod · 0.45
export_execMethod · 0.45
decode_dataMethod · 0.45
paint_prepareMethod · 0.45
paint_midMethod · 0.45
paint_hover_measureMethod · 0.45
measureMethod · 0.45
paint_mid_alignMethod · 0.45
measureMethod · 0.45
is_by_edgeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected