| 159 | cmWorkerPool::ProcessResultT* Result() const { return this->Setup_.Result; } |
| 160 | bool IsStarted() const { return this->IsStarted_; } |
| 161 | bool IsFinished() const { return this->IsFinished_; } |
| 162 | |
| 163 | // -- Runtime |
| 164 | void setup(cmWorkerPool::ProcessResultT* result, bool mergedOutput, |
no outgoing calls
no test coverage detected