Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ rootPointer
Method
rootPointer
source/core/StarBTreeDatabase.cpp:496–498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
494
}
495
496
auto BTreeDatabase::BTreeImpl::rootPointer() -> Pointer {
497
return parent->m_root;
498
}
499
500
bool BTreeDatabase::BTreeImpl::rootIsLeaf() {
501
return parent->m_rootIsLeaf;
Callers
1
tryFlatten
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected