MCPcopy Create free account
hub / github.com/comaps/comaps / RemoveChildren

Method RemoveChildren

libs/indexer/complex/tree_node.hpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 void SetChildren(Ptrs && children) { m_children = std::move(children); }
47 void RemoveChildren() { m_children.clear(); }
48
49 template <typename Fn>
50 void RemoveChildrenIf(Fn && fn)

Callers 1

FlattenBuildingPartsFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected