| 187 | } |
| 188 | |
| 189 | bool TranscriptionManager::isJobRunningOrQueued() const |
| 190 | { |
| 191 | return mThreadPool.getNumJobs() > 0; |
| 192 | } |
| 193 | |
| 194 | const std::vector<Notes::Event>& TranscriptionManager::getNoteEventVector() const |
| 195 | { |
nothing calls this directly
no outgoing calls
no test coverage detected