MCPcopy 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
368JsonObject Json::getObject(size_t index) const {
369 return get(index).toObject();
370}
371
372Json Json::get(size_t index, Json def) const {
373 if (auto p = ptr(index))

Callers 7

renderReloadMethod · 0.45
constructMethod · 0.45
exportTilesetMethod · 0.45
indexExistingTilesMethod · 0.45
AnimatedPartSetMethod · 0.45
loadConfigMethod · 0.45
loadEffectConfigMethod · 0.45

Calls 3

getFunction · 0.85
ptrFunction · 0.85
toObjectMethod · 0.80

Tested by

no test coverage detected