MCPcopy 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
496auto BTreeDatabase::BTreeImpl::rootPointer() -> Pointer {
497 return parent->m_root;
498}
499
500bool BTreeDatabase::BTreeImpl::rootIsLeaf() {
501 return parent->m_rootIsLeaf;

Callers 1

tryFlattenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected