Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ getObject
Method
getObject
source/core/StarJson.cpp:368–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
JsonObject Json::getObject(size_t index) const {
369
return get(index).toObject();
370
}
371
372
Json Json::get(size_t index, Json def) const {
373
if (auto p = ptr(index))
Callers
7
renderReload
Method · 0.45
construct
Method · 0.45
exportTileset
Method · 0.45
indexExistingTiles
Method · 0.45
AnimatedPartSet
Method · 0.45
loadConfig
Method · 0.45
loadEffectConfig
Method · 0.45
Calls
3
get
Function · 0.85
ptr
Function · 0.85
toObject
Method · 0.80
Tested by
no test coverage detected