MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / addTarget

Method addTarget

src/utilities/core/Compare.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 addTarget(target);
20}
21void IstringFind::addTarget(const std::string& target) {
22 m_targets.push_back(target);
23}
24
25bool IstringFind::operator()(const std::string& other) const {
26 for (const std::string& target : m_targets) {

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected