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

Method GetLinkOptionsEntries

Source/cmStateDirectory.cxx:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204cmBTStringRange cmStateDirectory::GetLinkOptionsEntries() const
205{
206 return GetPropertyContent(this->DirectoryState->LinkOptions,
207 this->Snapshot_.Position->LinkOptionsPosition);
208}
209
210void cmStateDirectory::AppendLinkOptionsEntry(const BT<std::string>& vec)
211{

Callers 1

GetPropertyMethod · 0.95

Calls 1

GetPropertyContentFunction · 0.85

Tested by

no test coverage detected