Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adaptix-Framework/AdaptixC2
/ AddLink
Method
AddLink
AdaptixClient/Source/UI/Graph/GraphItem.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void GraphItem::AddLink( GraphItemLink* link )
124
{
125
childLinks.push_back( link );
126
}
127
128
void GraphItem::mousePressEvent( QGraphicsSceneMouseEvent* event )
129
{
Callers
1
GraphItemLink
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected