Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ numberOfJobs
Method
numberOfJobs
ASAP/IOThread.cpp:136–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
unsigned int IOThread::numberOfJobs() {
137
_jobListMutex.lock();
138
unsigned int nrJobs = _jobList.size();
139
_jobListMutex.unlock();
140
return nrJobs;
141
}
Callers
1
initializeImage
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected