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

Function errorMessage

pj_runtime/src/DataSourceRuntimeHost.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102};
103
104QString errorMessage(const PJ_error_t& err) {
105 if (err.message[0] == '\0') {
106 return QStringLiteral("<none>");
107 }
108 return QString::fromUtf8(err.message);
109}
110
111struct LazyFetchContext {
112 DatasetId dataset_id = 0;

Callers 1

makeLazyFetchClosureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected