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

Method processDescriptionField

source/Gui/BrowserWindow.cpp:813–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813void BrowserWindow::processDescriptionField(NetworkResourceTreeTO const& treeTO)
814{
815 if (treeTO->isLeaf()) {
816 auto& leaf = treeTO->getLeaf();
817 processShortenedText(leaf.rawTO->description);
818 }
819}
820
821void BrowserWindow::processReactionList(NetworkResourceTreeTO const& treeTO)
822{

Callers

nothing calls this directly

Calls 1

isLeafMethod · 0.80

Tested by

no test coverage detected