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

Method isExtensibleField

src/utilities/idd/IddObject.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 bool IddObject_Impl::isExtensibleField(unsigned index) const {
202 if ((index >= m_fields.size()) && (m_properties.extensible)) {
203 return true;
204 }
205 return false;
206 }
207
208 bool IddObject_Impl::hasHandleField() const {
209 return ((!m_fields.empty()) && (m_fields[0].properties().type == IddFieldType::HandleType));

Callers 9

toJSONFunction · 0.80
setStringMethod · 0.80
popExtensibleGroupMethod · 0.80
fieldCommentMethod · 0.80
setStringMethod · 0.80
pushStringMethod · 0.80
IdfObject.cppFile · 0.80
setIddObjectMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected