MCPcopy 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
56private:
57 DecoderStack *_decoder_stack;

Callers 11

ProtocolListMethod · 0.80
ProtocolExpMethod · 0.80
save_procMethod · 0.80
update_modelMethod · 0.80
resize_table_viewMethod · 0.80
item_clickedMethod · 0.80
column_resizeMethod · 0.80
nav_table_viewMethod · 0.80
search_preMethod · 0.80
search_nxtMethod · 0.80
search_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected