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

Method isRequiredField

src/utilities/idd/IddObject.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 bool IddObject_Impl::isRequiredField(unsigned index) const {
234 OptionalIddField iddField = getField(index);
235 if (iddField) {
236 return iddField->properties().required;
237 }
238 return false;
239 }
240
241 bool IddObject_Impl::hasURL() const {
242 return m_properties.hasURL;

Callers 3

setNameMethod · 0.80
setPointerMethod · 0.80
pushPointerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected