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

Method load

pj_app/tests/file_loader_test.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 [[nodiscard]] bool load(const QString& path) {
145 return loadAndWait(path, loadHints());
146 }
147
148 [[nodiscard]] bool loadWithConfig(const QString& path, const QString& config) {
149 return loadAndWait(path, loadHints(config));

Callers 2

beginLoadMethod · 0.45
onWorkerFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected