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

Function JoinList

Source/cmParseArgumentsCommand.cxx:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::string JoinList(std::vector<std::string> const& arg, bool escape)
39{
40 return escape ? cmList::to_string(cmMakeRange(arg).transform(EscapeArg))
41 : cmList::to_string(cmMakeRange(arg));
42}
43
44using options_map = std::map<std::string, bool>;
45using single_map = std::map<std::string, std::string>;

Callers 1

PassParsedArgumentsFunction · 0.85

Calls 3

to_stringFunction · 0.85
cmMakeRangeFunction · 0.85
transformMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…