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

Method isVersionObject

src/utilities/idd/IddObject.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 bool IddObject_Impl::isVersionObject() const {
191 return (type() == IddObjectType::Version) || (type() == IddObjectType::OS_Version) || (boost::regex_match(name(), iddRegex::versionObjectName()));
192 }
193
194 bool IddObject_Impl::isNonextensibleField(unsigned index) const {
195 if (index < m_fields.size()) {

Callers 5

objectsMethod · 0.80
addObjectMethod · 0.80
removeObjectMethod · 0.80
getEquivalentObjectMethod · 0.80

Calls 2

nameClass · 0.85
typeFunction · 0.50

Tested by

no test coverage detected