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

Method Join

Source/cmTargetSourcesCommand.cxx:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 std::string Join(std::vector<std::string> const& content) override
100 {
101 return cmList::to_string(content);
102 }
103
104 enum class IsInterface
105 {

Callers 2

HandleDirectContentMethod · 0.95
HandleOneFileSetMethod · 0.95

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected