MCPcopy Create free account
hub / github.com/PDAL/PDAL / stopLogging

Method stopLogging

pdal/Stage.cpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479
480
481void Stage::stopLogging() const
482{
483 m_log->popLeader();
484 gdal::ErrorHandler::getGlobalErrorHandler().clear();
485}
486
487std::istream& operator>>(std::istream& in, Stage::WhereMergeMode& mode)
488{

Callers 4

prepareMethod · 0.80
readyMethod · 0.80
doneMethod · 0.80
executeMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected