Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ ProgressMonitor
Method
ProgressMonitor
core/ProgressMonitor.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <iostream>
3
4
ProgressMonitor::ProgressMonitor() : _status(
""
), _progress(0), _maxProgress(100)
5
{
6
7
}
8
9
ProgressMonitor::~ProgressMonitor() {
10
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected