Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ free_nodes
Method
free_nodes
lib_acl_cpp/src/disque/disque.cpp:543–550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
541
}
542
543
void disque::free_nodes(void)
544
{
545
std::vector<disque_node*>::iterator it;
546
for (it = nodes_.begin(); it != nodes_.end(); ++it) {
547
delete *it;
548
}
549
nodes_.clear();
550
}
551
552
} // namespace acl
553
Callers
nothing calls this directly
Calls
3
begin
Method · 0.80
end
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected