Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FlattenBuildingParts
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected