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

Method RootInit

AdaptixClient/Source/UI/Graph/SessionsGraph.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void SessionsGraph::RootInit()
46{
47 this->rootItem = new GraphItem( this, nullptr );
48 this->graphScene->addItem( rootItem );
49
50 this->items.push_back( rootItem );
51}
52
53bool SessionsGraph::IsRootItem(const GraphItem *item) const
54{

Callers 2

SessionsGraphMethod · 0.95
ClearMethod · 0.95

Calls 2

push_backMethod · 0.80
addItemMethod · 0.45

Tested by

no test coverage detected