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

Function HandleGlobRecurseCommand

Source/cmFileCommand.cxx:830–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830bool HandleGlobRecurseCommand(std::vector<std::string> const& args,
831 cmExecutionStatus& status)
832{
833 return HandleGlobImpl(args, true, status);
834}
835
836bool HandleMakeDirectoryCommand(std::vector<std::string> const& args,
837 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…