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

Method HasCheckInProgress

Source/cmake.h:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474 static TraceFormat StringToTraceFormat(std::string const& levelStr);
475
476 bool HasCheckInProgress() const
477 {
478 return !this->CheckInProgressMessages.empty();
479 }
480 std::size_t GetCheckInProgressSize() const
481 {
482 return this->CheckInProgressMessages.size();

Callers 2

WriteChecksMethod · 0.80
ReportCheckResultFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected