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

Method isMonthDefaulted

src/model/DesignDay.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 bool DesignDay_Impl::isMonthDefaulted() const {
151 return isEmpty(OS_SizingPeriod_DesignDayFields::Month);
152 }
153
154 std::string DesignDay_Impl::dayType() const {
155 boost::optional<std::string> value = getString(OS_SizingPeriod_DesignDayFields::DayType, true);

Callers 5

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

isEmptyFunction · 0.85

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36