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

Method ~FactMgr

src/FactMgr.cpp:485–492  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

483 *
484 */
485FactMgr::~FactMgr(void)
486{
487 size_t i;
488 for (i=0; i<cfg_edges.size(); i++) {
489 delete cfg_edges[i];
490 }
491 cfg_edges.clear();
492}
493
494void
495FactMgr::add_interested_facts(int interests)

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected