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

Method HasObject

Source/cmXCodeObject.h:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 this->List.insert(this->List.begin(), value);
96 }
97 bool HasObject(cmXCodeObject* o) const
98 {
99 return cm::contains(this->List, o);
100 }
101 void AddUniqueObject(cmXCodeObject* value)
102 {
103 if (!cm::contains(this->List, value)) {

Calls

no outgoing calls

Tested by

no test coverage detected