Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ iterateObject
Method
iterateObject
source/core/StarJson.cpp:260–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
Json::IteratorWrapper<JsonObject> Json::iterateObject() const {
261
return IteratorWrapper<JsonObject>{objectPtr()};
262
}
263
264
Maybe<Json> Json::opt() const {
265
if (isNull())
Callers
15
RadioMessageDatabase
Method · 0.80
Vehicle
Method · 0.80
DamageDatabase
Method · 0.80
buildTreeVariant
Method · 0.80
buildGrassVariant
Method · 0.80
buildBushVariant
Method · 0.80
LiquidsDatabase
Method · 0.80
Tileset
Method · 0.80
AiDatabase
Method · 0.80
parseMission
Method · 0.80
mergeConfigValues
Method · 0.80
PlayerLog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected