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