Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ leaf
Method
leaf
launcher/SeparatorPrefixTree.h:144–144 ·
view source on GitHub ↗
is this a leaf node?
Source
from the content-addressed store, hash-verified
142
143
/// is this a leaf node?
144
bool leaf() const { return children.isEmpty(); }
145
146
/// is this node actually contained in the tree, or is it purely structural?
147
bool contained() const { return m_contained; }
Callers
1
shouldExpand
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected