Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
374
uint8_t BTreeDatabase::IndexNode::indexLevel() const {
375
return level;
376
}
377
378
void BTreeDatabase::IndexNode::setIndexLevel(uint8_t indexLevel) {
379
level = indexLevel;
Callers
2
flattenVisitor
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected