Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ getDecoderStack
Method
getDecoderStack
DSView/pv/data/decodermodel.h:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
void setDecoderStack(DecoderStack *decoder_stack);
51
52
inline DecoderStack* getDecoderStack(){
53
return _decoder_stack;
54
}
55
56
private:
57
DecoderStack *_decoder_stack;
Callers
11
ProtocolList
Method · 0.80
ProtocolExp
Method · 0.80
save_proc
Method · 0.80
update_model
Method · 0.80
resize_table_view
Method · 0.80
item_clicked
Method · 0.80
column_resize
Method · 0.80
nav_table_view
Method · 0.80
search_pre
Method · 0.80
search_nxt
Method · 0.80
search_update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected