| 157 | // -- Const accessors |
| 158 | SetupT const& Setup() const { return this->Setup_; } |
| 159 | cmWorkerPool::ProcessResultT* Result() const { return this->Setup_.Result; } |
| 160 | bool IsStarted() const { return this->IsStarted_; } |
| 161 | bool IsFinished() const { return this->IsFinished_; } |
| 162 |
no outgoing calls
no test coverage detected