MCPcopy 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
543void 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

beginMethod · 0.80
endMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected