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

Method imp_serialize

OpenHD/ohd_telemetry/src/AirTelemetrySettings.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected