MCPcopy 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
208void SessionsGraph::UpdateIcons() const
209{
210 for (int i = 0; i < items.size(); i++)
211 items[i]->update();
212}
213
214void SessionsGraph::Clear()
215{

Callers 1

UpdateGraphIconsMethod · 0.80

Calls 2

sizeMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected