| 521 | } |
| 522 | |
| 523 | void StreamingSourceManager::requestStopAll(const QString& reason) { |
| 524 | for (auto& [dataset_id, sess] : sessions_) { |
| 525 | sess->runtime_host->requestStop(reason.toStdString()); |
| 526 | } |
| 527 | } |
| 528 | |
| 529 | } // namespace PJ |
nothing calls this directly
no test coverage detected