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

Method hasActiveSession

pj_app/src/StreamingSourceManager.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool StreamingSourceManager::hasActiveSession() const {
113 return !sessions_.empty();
114}
115
116bool StreamingSourceManager::stopDatasetAndWait(DatasetId dataset_id, const QString& reason) {
117 auto it = sessions_.find(dataset_id);

Callers 2

MainWindowMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected