Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
Fact*
160
FactUnion::clone(void) const
161
{
162
FactUnion *fact = new FactUnion(var, last_written_fid);
163
facts_.push_back(fact);
164
return fact;
165
}
166
167
FactUnion *
168
FactUnion::make_fact(const Variable* v, int fid)
Callers
1
join_var_facts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected