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

Method impl_deserialize

OpenHD/ohd_interface/src/wb_link_settings.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 wb_dev_air_set_high_retransmit_count);
39
40std::optional<WBLinkSettings> openhd::WBLinkSettingsHolder::impl_deserialize(
41 const std::string &file_as_string) const {
42 return openhd_json_parse<WBLinkSettings>(file_as_string);
43}
44
45std::string WBLinkSettingsHolder::imp_serialize(
46 const openhd::WBLinkSettings &data) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected