Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
bool _NetworkResourceTreeTO::isLeaf()
4
{
5
return std::holds_alternative<BrowserLeaf>(node);
6
}
7
8
BrowserLeaf& _NetworkResourceTreeTO::getLeaf()
9
{
Callers
15
createTreeTOs
Method · 0.80
getMatchingRawTOs
Method · 0.80
TEST_F
Function · 0.80
processToolbar
Method · 0.80
processSimulationList
Method · 0.80
processGenomeList
Method · 0.80
processResourceNameField
Method · 0.80
processDescriptionField
Method · 0.80
processReactionList
Method · 0.80
processTimestampField
Method · 0.80
processUserNameField
Method · 0.80
processNumDownloadsField
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64