MCPcopy 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
170void
171Effect::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_randomMethod · 0.80
visit_factsMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected