MCPcopy 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
123void GraphItem::AddLink( GraphItemLink* link )
124{
125 childLinks.push_back( link );
126}
127
128void GraphItem::mousePressEvent( QGraphicsSceneMouseEvent* event )
129{

Callers 1

GraphItemLinkMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected