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

Function jsonFromMap

source/core/StarJsonExtra.hpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290
291template <typename MapType>
292Json jsonFromMap(MapType const& map) {
293 return jsonFromMapKV<MapType>(map, construct<String>(), construct<Json>());
294}
295
296template <typename T, typename Converter>
297Json jsonFromMaybe(Maybe<T> const& m, Converter&& converter) {

Callers 4

toJsonMethod · 0.85
storeMethod · 0.85
diskStoreMethod · 0.85
toJsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected