MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / setStatus

Method setStatus

core/CmdLineProgressMonitor.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void CmdLineProgressMonitor::setStatus(const std::string& status) {
26 ProgressMonitor::setStatus(status);
27 std::cout << status << std::endl;
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected