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

Method dayofWeekforStartDay

src/model/Model.cpp:983–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981 }
982
983 std::string Model_Impl::dayofWeekforStartDay() const {
984 if (!m_cachedYearDescription) {
985 m_cachedYearDescription = this->model().getUniqueModelObject<YearDescription>();
986 }
987 OS_ASSERT(m_cachedYearDescription);
988 return m_cachedYearDescription->dayofWeekforStartDay();
989 }
990
991 bool Model_Impl::isDayofWeekforStartDayDefaulted() const {
992 if (!m_cachedYearDescription) {

Callers 3

TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateRunPeriodMethod · 0.45

Calls 2

modelMethod · 0.95

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36