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

Function HandleHasFilenameCommand

Source/cmCMakePathCommand.cxx:752–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752bool HandleHasFilenameCommand(std::vector<std::string> const& args,
753 cmExecutionStatus& status)
754{
755 return HandleHasItemCommand(
756 args, status,
757 [](cmCMakePath const& path) -> bool { return path.HasFileName(); });
758}
759
760bool HandleHasExtensionCommand(std::vector<std::string> const& args,
761 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

HandleHasItemCommandFunction · 0.85
HasFileNameMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…