Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
546
bool DsoSnapshot::has_data(int sig_index)
547
{
548
return get_ch_order(sig_index) != -1;
549
}
550
551
int DsoSnapshot::get_ch_order(int sig_index)
552
{
Callers
14
save_logic
Method · 0.45
save_dso
Method · 0.45
meta_gen
Method · 0.45
export_exec
Method · 0.45
decode_data
Method · 0.45
paint_prepare
Method · 0.45
paint_mid
Method · 0.45
paint_hover_measure
Method · 0.45
measure
Method · 0.45
paint_mid_align
Method · 0.45
measure
Method · 0.45
is_by_edge
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected