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

Method isDayofWeekforStartDayDefaulted

src/model/Model.cpp:991–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989 }
990
991 bool Model_Impl::isDayofWeekforStartDayDefaulted() const {
992 if (!m_cachedYearDescription) {
993 m_cachedYearDescription = this->model().getUniqueModelObject<YearDescription>();
994 }
995 OS_ASSERT(m_cachedYearDescription);
996 return m_cachedYearDescription->isDayofWeekforStartDayDefaulted();
997 }
998
999 bool Model_Impl::isLeapYear() const {
1000 if (!m_cachedYearDescription) {

Callers 1

TEST_FFunction · 0.45

Calls 2

modelMethod · 0.95

Tested by 1

TEST_FFunction · 0.36