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

Method iterateArray

source/core/StarJson.cpp:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256Json::IteratorWrapper<JsonArray> Json::iterateArray() const {
257 return IteratorWrapper<JsonArray>{arrayPtr()};
258}
259
260Json::IteratorWrapper<JsonObject> Json::iterateObject() const {
261 return IteratorWrapper<JsonObject>{objectPtr()};

Callers 15

constructSpawnProfileFunction · 0.80
SpawnTypeDatabaseMethod · 0.80
receiveMessageMethod · 0.80
biomeOresMethod · 0.80
readOresMethod · 0.80
particlesFromDefinitionFunction · 0.80
soundsFromDefinitionFunction · 0.80
ImageTilesetMethod · 0.80
ServerClientContextMethod · 0.80
QuestTemplateMethod · 0.80
TreasureDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected