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

Method GetLinkDirectoriesEntries

Source/cmStateDirectory.cxx:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228cmBTStringRange cmStateDirectory::GetLinkDirectoriesEntries() const
229{
230 return GetPropertyContent(this->DirectoryState->LinkDirectories,
231 this->Snapshot_.Position->LinkDirectoriesPosition);
232}
233
234void cmStateDirectory::AppendLinkDirectoriesEntry(const BT<std::string>& vec)
235{

Callers 1

GetPropertyMethod · 0.95

Calls 1

GetPropertyContentFunction · 0.85

Tested by

no test coverage detected