Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ isRainIndicatorDefaulted
Method
isRainIndicatorDefaulted
src/model/DesignDay.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool DesignDay_Impl::isRainIndicatorDefaulted() const {
118
return isEmpty(OS_SizingPeriod_DesignDayFields::RainIndicator);
119
}
120
121
bool DesignDay_Impl::snowIndicator() const {
122
bool result(false);
Callers
1
TEST_F
Function · 0.80
Calls
1
isEmpty
Function · 0.85
Tested by
1
TEST_F
Function · 0.64