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

Method imp_serialize

OpenHD/ohd_interface/src/networking_settings.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36std::string NetworkingSettingsHolder::imp_serialize(
37 const NetworkingSettings &data) const {
38 const nlohmann::json tmp = data;
39 return tmp.dump(4);
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected