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

Function HandleHasExtensionCommand

Source/cmCMakePathCommand.cxx:760–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760bool HandleHasExtensionCommand(std::vector<std::string> const& args,
761 cmExecutionStatus& status)
762{
763 return HandleHasItemCommand(
764 args, status,
765 [](cmCMakePath const& path) -> bool { return path.HasExtension(); });
766}
767
768bool HandleHasStemCommand(std::vector<std::string> const& args,
769 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

HandleHasItemCommandFunction · 0.85
HasExtensionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…