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

Method isRunDuringWarmupDaysDefaulted

src/model/PythonPluginInstance.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 bool PythonPluginInstance_Impl::isRunDuringWarmupDaysDefaulted() const {
74 return isEmpty(OS_PythonPlugin_InstanceFields::RunDuringWarmupDays);
75 }
76
77 std::string PythonPluginInstance_Impl::pluginClassName() const {
78 boost::optional<std::string> value = getString(OS_PythonPlugin_InstanceFields::PluginClassName, true);

Callers 1

TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 1

TEST_FFunction · 0.64