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

Method CopyFromEntries

Source/cmTarget.cxx:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void CopyFromEntries(cmBTStringRange entries)
180 {
181 cm::append(this->Entries, entries);
182 }
183
184 enum class Action
185 {

Callers 2

cmTargetMethod · 0.80

Calls 1

appendFunction · 0.85

Tested by

no test coverage detected