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

Method processWidthField

source/Gui/BrowserWindow.cpp:927–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927void BrowserWindow::processWidthField(NetworkResourceTreeTO const& treeTO)
928{
929 if (treeTO->isLeaf()) {
930 auto& leaf = treeTO->getLeaf();
931 AlienImGui::Text(std::to_string(leaf.rawTO->width));
932 }
933}
934
935void BrowserWindow::processHeightField(NetworkResourceTreeTO const& treeTO)
936{

Callers

nothing calls this directly

Calls 2

to_stringFunction · 0.85
isLeafMethod · 0.80

Tested by

no test coverage detected