Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ write_var_set
Method
write_var_set
src/Effect.cpp:170–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
void
171
Effect::write_var_set(const std::vector<const Variable *>& vars)
172
{
173
for (size_t i=0; i<vars.size(); i++) {
174
write_var(vars[i]);
175
}
176
}
177
178
/*
179
*
Callers
2
make_random
Method · 0.80
visit_facts
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected