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

Function jsonFromStringSet

source/core/StarJsonExtra.cpp:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321Json jsonFromStringSet(StringSet const& v) {
322 JsonArray result;
323 for (auto& e : v)
324 result.push_back(e);
325 return result;
326}
327
328List<int> jsonToIntList(Json const& v) {
329 List<int> result;

Callers 9

toJsonMethod · 0.85
toJsonMethod · 0.85
toJsonMethod · 0.85
writeStatisticsMethod · 0.85
toJsonMethod · 0.85
variantFromBiomeItemFunction · 0.85
diskStoreMethod · 0.85
toJsonMethod · 0.85
itemTagsMethod · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected