| 37 | } |
| 38 | |
| 39 | std::string SettingsHolder::imp_serialize( |
| 40 | const openhd::telemetry::air::Settings &data) const { |
| 41 | const nlohmann::json tmp = data; |
| 42 | return tmp.dump(4); |
| 43 | } |
| 44 | |
| 45 | }; // namespace openhd::telemetry::air |
nothing calls this directly
no outgoing calls
no test coverage detected