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

Method beginRefill

pj_runtime/src/SessionManager.cpp:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284RefillGuard SessionManager::beginRefill(DatasetId dataset_id) {
285 return RefillGuard(*this, dataset_id); // guaranteed copy elision (move-only)
286}
287
288// --- RefillGuard: the transactional in-place reload (see SessionManager::beginRefill). ---
289

Callers 2

TESTFunction · 0.80
beginLoadMethod · 0.80

Calls 1

RefillGuardClass · 0.85

Tested by 1

TESTFunction · 0.64