MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / saveConfig

Method saveConfig

pj_app/tests/msgbox_mock_source.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 std::string saveConfig() const override {
27 return config_;
28 }
29
30 PJ::Status loadConfig(std::string_view config_json) override {
31 config_ = std::string(config_json);

Callers 2

beginLoadMethod · 0.80
finishLoadOnGuiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected