MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / isJobRunningOrQueued

Method isJobRunningOrQueued

NeuralNote/Source/TranscriptionManager.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool TranscriptionManager::isJobRunningOrQueued() const
190{
191 return mThreadPool.getNumJobs() > 0;
192}
193
194const std::vector<Notes::Event>& TranscriptionManager::getNoteEventVector() const
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected