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

Method isLeaf

source/Network/NetworkResourceTreeTO.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "NetworkResourceTreeTO.h"
2
3bool _NetworkResourceTreeTO::isLeaf()
4{
5 return std::holds_alternative<BrowserLeaf>(node);
6}
7
8BrowserLeaf& _NetworkResourceTreeTO::getLeaf()
9{

Callers 15

createTreeTOsMethod · 0.80
getMatchingRawTOsMethod · 0.80
TEST_FFunction · 0.80
processToolbarMethod · 0.80
processSimulationListMethod · 0.80
processGenomeListMethod · 0.80
processReactionListMethod · 0.80
processTimestampFieldMethod · 0.80
processUserNameFieldMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64