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