Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ status
Method
status
core/ProgressMonitor.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
std::string ProgressMonitor::status() const {
36
return _status;
37
}
38
39
unsigned int ProgressMonitor::progress() const {
40
return _progress;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected