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

Function HandleGlobCommand

Source/cmFileCommand.cxx:824–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824bool HandleGlobCommand(std::vector<std::string> const& args,
825 cmExecutionStatus& status)
826{
827 return HandleGlobImpl(args, false, status);
828}
829
830bool HandleGlobRecurseCommand(std::vector<std::string> const& args,
831 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 1

HandleGlobImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…