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

Method isValid

src/modelica/ModelicaFile.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool ClassDefinition::isValid() const {
104 return m_impl && m_impl->isActive();
105}
106
107// ConnectClause implementation
108

Callers 8

get_idfMethod · 0.45
TEST_FFunction · 0.45
getIdfMethod · 0.45
loadModelMethod · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
updateVersionMethod · 0.45

Calls 1

isActiveMethod · 0.80

Tested by 3

TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_FFunction · 0.36