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

Method evictDatasetObjects

pj_runtime/src/SessionManager.cpp:644–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644void SessionManager::evictDatasetObjects(DatasetId dataset_id) {
645 evictObjectTopics(object_store_.listTopics(dataset_id));
646}
647
648void SessionManager::evictObjectTopics(const std::vector<ObjectTopicId>& topic_ids) {
649 // removeTopic touches the ObjectStore, not the parser map, so keep it out of

Callers 6

TESTFunction · 0.80
beginLoadMethod · 0.80
onWorkerFinishedMethod · 0.80
joinForShutdownMethod · 0.80
removeDatasetDataMethod · 0.80
TEST_FFunction · 0.80

Calls 1

listTopicsMethod · 0.45

Tested by 2

TESTFunction · 0.64
TEST_FFunction · 0.64