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

Function cmExecuteProcessCommandIsWhitespace

Source/cmExecuteProcessCommand.cxx:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42namespace {
43bool cmExecuteProcessCommandIsWhitespace(char c)
44{
45 return (cmsysString_isspace(c) || c == '\n' || c == '\r');
46}
47
48FILE* FopenCLOEXEC(std::string const& path, char const* mode)
49{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…