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

Function consistentProperty

Source/cmGeneratorTarget_CompatibleInterface.cxx:457–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455
456template <>
457std::pair<bool, bool> consistentProperty(bool lhs, bool rhs,
458 CompatibleType /*unused*/)
459{
460 return { lhs == rhs, lhs };
461}
462
463static std::pair<bool, char const*> consistentStringProperty(char const* lhs,
464 char const* rhs)

Callers 1

Calls 4

cmIsOnFunction · 0.85
consistentStringPropertyFunction · 0.85
consistentNumberPropertyFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…