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

Method commit

pj_runtime/src/SessionManager.cpp:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void RefillGuard::commit() {
345 committed_ = true;
346 scalar_snapshot_ = {}; // free the held-aside prior data; the refilled data is kept
347 object_snapshot_ = {};
348 prior_object_topic_ids_.clear();
349}
350
351void RefillGuard::pruneVanishedTopics() {
352 if (session_ == nullptr) {

Callers 3

TESTFunction · 0.80
onWorkerFinishedMethod · 0.80
saveLayoutToPathMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

TESTFunction · 0.64