Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adaptix-Framework/AdaptixC2
/ UpdateIcons
Method
UpdateIcons
AdaptixClient/Source/UI/Graph/SessionsGraph.cpp:208–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
void SessionsGraph::UpdateIcons() const
209
{
210
for (int i = 0; i < items.size(); i++)
211
items[i]->update();
212
}
213
214
void SessionsGraph::Clear()
215
{
Callers
1
UpdateGraphIcons
Method · 0.80
Calls
2
size
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected