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

Method flushPending

pj_runtime/src/DataSourceRuntimeHost.cpp:293–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void DataSourceRuntimeHost::flushPending() {
294 source_write_host_.flushPending();
295 for (auto& [binding_id, binding] : parser_bindings_) {
296 if (binding.write_host != nullptr) {
297 binding.write_host->flushPending();
298 }
299 }
300}
301void DataSourceRuntimeHost::requestStop(std::string_view reason) {
302 last_error_.assign(reason.data(), reason.size());
303 stop_requested_.store(true);

Callers 3

onNotifyDataChangedMethod · 0.45
flushAllMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36