MCPcopy Create free account
hub / github.com/csmith-project/csmith / clone

Method clone

src/FactUnion.cpp:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159Fact*
160FactUnion::clone(void) const
161{
162 FactUnion *fact = new FactUnion(var, last_written_fid);
163 facts_.push_back(fact);
164 return fact;
165}
166
167FactUnion *
168FactUnion::make_fact(const Variable* v, int fid)

Callers 1

join_var_factsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected