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

Function parserIngestFail

pj_runtime/src/ToolboxRuntimeHost.cpp:125–128  ·  view source on GitHub ↗

Same error taxonomy as DataSourceRuntimeHost::fail (the sibling ingest surface), under this host's own domain.

Source from the content-addressed store, hash-verified

123// Same error taxonomy as DataSourceRuntimeHost::fail (the sibling ingest
124// surface), under this host's own domain.
125bool parserIngestFail(PJ_error_t* out_error, const char* msg) noexcept {
126 sdk::fillError(out_error, 1, "pj.runtime.toolbox_ingest", msg);
127 return false;
128}
129} // namespace
130
131bool ToolboxRuntimeHost::onCreateParserIngest(

Callers 2

onCreateParserIngestMethod · 0.85
onReleaseParserIngestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected