MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / AddChild

Method AddChild

AdaptixClient/Source/UI/Graph/GraphItem.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void GraphItem::AddChild(GraphItem *item)
102{
103 this->childItems.push_back( item );
104}
105
106void GraphItem::RemoveChild(const GraphItem* item )
107{

Callers 2

LinkToRootMethod · 0.45
RelinkAgentMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected