MCPcopy Create free account
hub / github.com/dillo-browser/dillo / clearNode

Method clearNode

lout/container.cc:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void HashSet::clearNode(HashSet::Node *node)
494{
495 if (ownerOfObjects) {
496 PRINTF ("- deleting object: %s\n", node->object->toString());
497 delete node->object;
498 }
499}
500
501HashSet::Node *HashSet::findNode(Object *object) const
502{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected