| 40 | |
| 41 | |
| 42 | PipelineExecutor::PipelineExecutor(std::string const& json) |
| 43 | : m_json(json) |
| 44 | , m_executed(false) |
| 45 | , m_logLevel(pdal::LogLevel::Error) |
| 46 | , m_pipelineRead(false) |
| 47 | {} |
| 48 | |
| 49 | |
| 50 | std::string PipelineExecutor::getPipeline() const |
nothing calls this directly
no outgoing calls
no test coverage detected