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

Method get_root_decoder_id

DSView/pv/data/decoderstack.cpp:881–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879}
880
881const char* DecoderStack::get_root_decoder_id()
882{
883 if (_stack.size() > 0){
884 decode::Decoder *dec = _stack.front();
885 return dec->decoder()->id;
886 }
887 return NULL;
888}
889
890} // namespace data
891} // namespace pv

Callers 1

load_optionsMethod · 0.80

Calls 2

sizeMethod · 0.80
decoderMethod · 0.45

Tested by

no test coverage detected