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

Function jsonToStringSet

source/core/StarJsonExtra.cpp:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314StringSet jsonToStringSet(Json const& v) {
315 StringSet result;
316 for (auto const& entry : v.iterateArray())
317 result.add(entry.toString());
318 return result;
319}
320
321Json jsonFromStringSet(StringSet const& v) {
322 JsonArray result;

Callers 15

buildTreeMethod · 0.85
SpawnProfileMethod · 0.85
PlayerLogMethod · 0.85
readStatisticsMethod · 0.85
checkInventoryFilterMethod · 0.85
PlayerTechMethod · 0.85
interestingObjectsMethod · 0.85
variantToBiomeItemFunction · 0.85
createItemMethod · 0.85
ItemMethod · 0.85
itemTagsMethod · 0.85
QuestMethod · 0.85

Calls 3

iterateArrayMethod · 0.80
addMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected