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

Method setError

pj_datastore/src/plugin_data_host.cpp:344–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 tsl::robin_map<TopicFieldIdKey, PrimitiveType, TopicFieldIdKeyHash> field_types;
343
344 void setError(std::string message) {
345 last_error = std::move(message);
346 }
347
348 [[nodiscard]] const char* lastError() const {
349 return last_error.empty() ? nullptr : last_error.c_str();

Callers 8

readSeriesArrowMethod · 0.45
sourceObjectPushOwnedFunction · 0.45
sourceObjectPushLazyFunction · 0.45
toolboxObjectListTopicsFunction · 0.45
parserObjectPushOwnedFunction · 0.45
parserObjectPushLazyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected