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

Method initialized

src/utilities/idf/WorkspaceObject.cpp:694–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692 // QUERIES
693
694 bool WorkspaceObject_Impl::initialized() const {
695 return m_initialized && (!m_handle.isNull());
696 }
697
698 unsigned WorkspaceObject_Impl::numSources() const {
699 if (m_handle.isNull()) {

Callers 8

ModelObjectMethod · 0.80
TEST_FFunction · 0.80
onObjectAddMethod · 0.80
onObjectRemoveMethod · 0.80
getObjectMethod · 0.80
TEST_FFunction · 0.80

Calls 1

isNullMethod · 0.80

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64