MCPcopy 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
110void
111Fact::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
121int

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected