Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ applyWeekends
Method
applyWeekends
src/model/ScheduleRule.cpp:301–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
bool ScheduleRule_Impl::applyWeekends() const {
302
return (this->applySaturday() && this->applySunday());
303
}
304
305
bool ScheduleRule_Impl::applyAllDays() const {
306
return (this->applyWeekdays() && this->applyWeekends());
Callers
2
applyAllDays
Method · 0.95
TEST_F
Function · 0.80
Calls
2
applySaturday
Method · 0.95
applySunday
Method · 0.95
Tested by
1
TEST_F
Function · 0.64