Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ initialize_sequence
Method
initialize_sequence
src/DFSRndNumGenerator.cpp:186–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void
187
DFSRndNumGenerator::initialize_sequence(const vector<int> &v)
188
{
189
size_t i = 0;
190
for (i = 0; i < v.size(); i++) {
191
seq_->add_number(v[i], 0, i);
192
}
193
}
194
195
#ifdef DEBUG
196
void
Callers
1
make_rndnum_generator
Method · 0.80
Calls
2
size
Method · 0.80
add_number
Method · 0.45
Tested by
no test coverage detected