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

Method Valid

Source/cmXCOFF.cxx:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476cmXCOFF& cmXCOFF::operator=(cmXCOFF&&) noexcept = default;
477
478bool cmXCOFF::Valid() const
479{
480 return this->Internal && this->ErrorMessage.empty();
481}
482
483cm::optional<cm::string_view> cmXCOFF::GetLibPath() const
484{

Callers 4

GetLibPathMethod · 0.95
SetLibPathMethod · 0.95
RemoveLibPathMethod · 0.95
cmXCOFFClass · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected