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

Method GenerateProjectName

Source/cmExtraKateGenerator.cxx:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327std::string cmExtraKateGenerator::GenerateProjectName(
328 std::string const& name, std::string const& type,
329 std::string const& path) const
330{
331 return cmStrCat(name, (type.empty() ? "" : "-"), type, '@', path);
332}
333
334std::string cmExtraKateGenerator::GetPathBasename(
335 std::string const& path) const

Callers 1

GenerateMethod · 0.95

Calls 2

cmStrCatFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected