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

Function propagateError

pj_datastore/src/plugin_data_host.cpp:1251–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249};
1250
1251void propagateError(PJ_error_t* out_error, const char* msg) {
1252 sdk::fillError(out_error, 1, "datastore", msg != nullptr ? std::string_view(msg) : std::string_view{});
1253}
1254
1255template <typename Fn>
1256bool guardHostCallback(PJ_error_t* out_error, Fn&& fn) noexcept {

Callers 15

guardHostCallbackFunction · 0.85
sourceEnsureTopicFunction · 0.85
sourceEnsureFieldFunction · 0.85
sourceAppendRecordFunction · 0.85
sourceAppendBoundRecordFunction · 0.85
sourceAppendArrowStreamFunction · 0.85
parserEnsureFieldFunction · 0.85
parserAppendRecordFunction · 0.85
parserAppendBoundRecordFunction · 0.85
parserAppendArrowStreamFunction · 0.85
toolboxCreateDataSourceFunction · 0.85
toolboxEnsureTopicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected