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

Method loadConfig

pj_app/tests/msgbox_mock_source.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 PJ::Status loadConfig(std::string_view config_json) override {
31 config_ = std::string(config_json);
32 return PJ::okStatus();
33 }
34
35 PJ::Status importData() override {
36 // config_ is opaque to this example (no JSON dependency); the marker is

Callers 4

cbEnsureParserBindingMethod · 0.80
beginLoadMethod · 0.80
launchToolboxMethod · 0.80
startSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected