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

Method cbRequestStop

pj_runtime/src/DataSourceRuntimeHost.cpp:415–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413void DataSourceRuntimeHost::cbNotifyState(void* /*ctx*/, PJ_data_source_state_t /*state*/) noexcept {}
414
415void DataSourceRuntimeHost::cbRequestStop(
416 void* ctx, PJ_data_source_state_t /*terminal*/, PJ_string_view_t reason) noexcept {
417 auto* self = static_cast<DataSourceRuntimeHost*>(ctx);
418 self->requestStop(std::string_view(reason.data, reason.size));
419}
420
421bool DataSourceRuntimeHost::cbEnsureParserBinding(
422 void* ctx, const PJ_parser_binding_request_t* request, PJ_parser_binding_handle_t* out,

Callers

nothing calls this directly

Calls 1

requestStopMethod · 0.95

Tested by

no test coverage detected