Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
485
FactMgr::~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
494
void
495
FactMgr::add_interested_facts(int interests)
Callers
nothing calls this directly
Calls
2
size
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected