Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
Json jsonFromStringSet(StringSet const& v) {
322
JsonArray result;
323
for (auto& e : v)
324
result.push_back(e);
325
return result;
326
}
327
328
List<int> jsonToIntList(Json const& v) {
329
List<int> result;
Callers
9
toJson
Method · 0.85
toJson
Method · 0.85
toJson
Method · 0.85
writeStatistics
Method · 0.85
toJson
Method · 0.85
variantFromBiomeItem
Function · 0.85
diskStore
Method · 0.85
toJson
Method · 0.85
itemTags
Method · 0.85
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected