MCPcopy Create free account
hub / github.com/Vhonowslend/StreamFX-Public / from_json

Method from_json

source/updater.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void streamfx::from_json(const nlohmann::json& json, version_stage& stage)
76{
77 stage = stage_from_string(json.get<std::string>());
78}
79
80streamfx::version_info::version_info() : major(0), minor(0), patch(0), tweak(0), stage(version_stage::STABLE), url(""), name("") {}
81

Callers

nothing calls this directly

Calls 1

atMethod · 0.80

Tested by

no test coverage detected