| 38 | wb_dev_air_set_high_retransmit_count); |
| 39 | |
| 40 | std::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 | |
| 45 | std::string WBLinkSettingsHolder::imp_serialize( |
| 46 | const openhd::WBLinkSettings &data) const { |
nothing calls this directly
no outgoing calls
no test coverage detected