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

Method set_index_list

DSView/pv/view/trace.cpp:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void Trace::set_index_list(const std::list<int> &index_list)
120{
121 if (index_list.size() == 0){
122 assert(false);
123 }
124
125 _index_list = index_list;
126}
127
128int Trace::get_zero_vpos()
129{

Callers 2

load_decodersMethod · 0.80
commit_decoder_probesMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected