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

Function jsonFromSet

source/core/StarJsonExtra.hpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231template <typename SetType>
232Json jsonFromSet(SetType const& Set) {
233 return jsonFromSet<SetType>(Set, construct<Json>());
234}
235
236template <typename SetType, typename Converter>
237Json jsonFromSet(SetType const& Set, Converter&& valueConvert) {

Callers 1

writeMetadataMethod · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected