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

Method shown

DSView/pv/data/decode/decoder.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 inline bool shown(){
57 return _shown;
58 }
59
60 inline void show(bool show = true){
61 _shown = show;

Callers 5

gen_decoders_jsonMethod · 0.80
paint_midMethod · 0.80
rows_sizeMethod · 0.80
DecoderGroupBoxMethod · 0.80
tog_iconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected