MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / indexLevel

Method indexLevel

source/core/StarBTreeDatabase.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374uint8_t BTreeDatabase::IndexNode::indexLevel() const {
375 return level;
376}
377
378void BTreeDatabase::IndexNode::setIndexLevel(uint8_t indexLevel) {
379 level = indexLevel;

Callers 2

flattenVisitorMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected