Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ setStatus
Method
setStatus
core/ProgressMonitor.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void ProgressMonitor::setStatus(const std::string& status) {
23
_status = status;
24
}
25
26
unsigned int ProgressMonitor::operator++() {
27
setProgress(_progress + 1);
Callers
1
convertImage
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected