Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void GraphItem::AddChild(GraphItem *item)
102
{
103
this->childItems.push_back( item );
104
}
105
106
void GraphItem::RemoveChild(const GraphItem* item )
107
{
Callers
2
LinkToRoot
Method · 0.45
RelinkAgent
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected