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

Method GetCxxModuleSetsEntries

Source/cmTarget.cxx:1913–1916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1911}
1912
1913cmBTStringRange cmTarget::GetCxxModuleSetsEntries() const
1914{
1915 return cmMakeRange(this->impl->CxxModulesFileSets.SelfEntries.Entries);
1916}
1917
1918cmBTStringRange cmTarget::GetInterfaceHeaderSetsEntries() const
1919{

Callers 3

CreateIfAnyMethod · 0.80
AddFileSetEntriesFunction · 0.80
IsInBuildSystemMethod · 0.80

Calls 1

cmMakeRangeFunction · 0.85

Tested by

no test coverage detected