MCPcopy Create free account
hub / github.com/chrxh/alien / processNumDownloadsField

Method processNumDownloadsField

source/Gui/BrowserWindow.cpp:919–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919void BrowserWindow::processNumDownloadsField(NetworkResourceTreeTO const& treeTO)
920{
921 if (treeTO->isLeaf()) {
922 auto& leaf = treeTO->getLeaf();
923 AlienImGui::Text(std::to_string(leaf.rawTO->numDownloads));
924 }
925}
926
927void BrowserWindow::processWidthField(NetworkResourceTreeTO const& treeTO)
928{

Callers

nothing calls this directly

Calls 2

to_stringFunction · 0.85
isLeafMethod · 0.80

Tested by

no test coverage detected