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

Method fail

pj_runtime/src/DataSourceRuntimeHost.cpp:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356bool DataSourceRuntimeHost::fail(PJ_error_t* out_error, const char* message) noexcept {
357 last_error_ = message;
358 sdk::fillError(out_error, 1, "pj.runtime.ingest", last_error_);
359 return false;
360}
361
362// ---------------------------------------------------------------------------
363// C-ABI callbacks

Callers 2

cbEnsureParserBindingMethod · 0.95
cbPushMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected