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

Method Result

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

Source from the content-addressed store, hash-verified

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

Callers 6

startMethod · 0.95
UVPipeOutDataMethod · 0.95
UVPipeOutEndMethod · 0.95
UVPipeErrDataMethod · 0.95
UVPipeErrEndMethod · 0.95
UVExitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected