MCPcopy Create free account
hub / github.com/Kitware/CMake / IsStarted

Method IsStarted

Source/cmWorkerPool.cxx:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
163 // -- Runtime

Callers 4

startMethod · 0.95
UVExitMethod · 0.80
UVProcessStartMethod · 0.80
UVProcessFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected