Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adaptix-Framework/AdaptixC2
/ IsRootItem
Method
IsRootItem
AdaptixClient/Source/UI/Graph/SessionsGraph.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
bool SessionsGraph::IsRootItem(const GraphItem *item) const
54
{
55
return item == this->rootItem;
56
}
57
58
void SessionsGraph::LinkToRoot(GraphItem *item) const
59
{
Callers
1
paint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected