Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void 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
128
int Trace::get_zero_vpos()
129
{
Callers
2
load_decoders
Method · 0.80
commit_decoder_probes
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected