MCPcopy 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
136unsigned int IOThread::numberOfJobs() {
137 _jobListMutex.lock();
138 unsigned int nrJobs = _jobList.size();
139 _jobListMutex.unlock();
140 return nrJobs;
141}

Callers 1

initializeImageMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected