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

Method ReportCapabilities

Source/cmake.cxx:443–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441#endif
442
443std::string cmake::ReportCapabilities() const
444{
445 std::string result;
446#if !defined(CMAKE_BOOTSTRAP)
447 Json::FastWriter writer;
448 result = writer.write(this->ReportCapabilitiesJson());
449#else
450 result = "Not supported";
451#endif
452 return result;
453}
454
455bool cmake::RoleSupportsExitCode() const
456{

Callers 1

ExecuteCMakeCommandMethod · 0.45

Calls 2

writeMethod · 0.45

Tested by

no test coverage detected