Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ doFinalization
Method
doFinalization
src/Fact.cpp:110–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void
111
Fact::doFinalization()
112
{
113
std::vector<Fact*>::iterator i;
114
for( i = facts_.begin(); i != facts_.end(); ++i) {
115
delete (*i);
116
}
117
facts_.clear();
118
}
119
120
// fact manipulating functions
121
int
Callers
nothing calls this directly
Calls
3
begin
Method · 0.80
end
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected