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

Method GetSwiftModuleName

Source/cmGeneratorTarget.cxx:6475–6478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6473}
6474
6475std::string cmGeneratorTarget::GetSwiftModuleName() const
6476{
6477 return this->GetPropertyOrDefault("Swift_MODULE_NAME", this->GetName());
6478}
6479
6480std::string cmGeneratorTarget::GetSwiftModuleFileName() const
6481{

Callers 3

WriteLinkStatementMethod · 0.80

Calls 2

GetPropertyOrDefaultMethod · 0.95
GetNameMethod · 0.45

Tested by

no test coverage detected