Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ ~ProgressMonitor
Method
~ProgressMonitor
core/ProgressMonitor.cpp:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
ProgressMonitor::~ProgressMonitor() {
10
11
}
12
13
void ProgressMonitor::setProgress(const unsigned int& progress) {
14
if (progress > _maxProgress) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected