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

Method append

source/core/StarJson.cpp:789–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789Json Json::append(Json value) const {
790 auto array = toArray();
791 array.append(std::move(value));
792 return array;
793}
794
795Json Json::eraseIndex(size_t index) const {
796 auto array = toArray();

Callers 15

cellIndexesForRangeMethod · 0.45
adjustSpawnRegionMethod · 0.45
debugShowSpawnCellsMethod · 0.45
AmbientTrackGroupMethod · 0.45
updateAmbientMethod · 0.45
loadConfigMethod · 0.45
renderMethod · 0.45
renderPortraitMethod · 0.45
makeMarkovSourceMethod · 0.45
tileAreaBrushFunction · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by 15

SpeciesDefinitionMethod · 0.36
updateMethod · 0.36
shiftLeftMethod · 0.36
deleteLeafMethod · 0.36
deleteIndexMethod · 0.36
testBTreeFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
testBTreeDatabaseFunction · 0.36
TESTFunction · 0.36
keyOrderFunction · 0.36
TESTFunction · 0.36