MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / impl_deserialize

Method impl_deserialize

OpenHD/ohd_telemetry/src/AirTelemetrySettings.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 fc_battery_n_cells);
33
34std::optional<Settings> SettingsHolder::impl_deserialize(
35 const std::string &file_as_string) const {
36 return openhd_json_parse<Settings>(file_as_string);
37}
38
39std::string SettingsHolder::imp_serialize(
40 const openhd::telemetry::air::Settings &data) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected