| 70 | } |
| 71 | |
| 72 | bool ScheduleTypeLimits_Impl::isUnitTypeDefaulted() const { |
| 73 | return isEmpty(OS_ScheduleTypeLimitsFields::UnitType); |
| 74 | } |
| 75 | |
| 76 | boost::optional<Unit> ScheduleTypeLimits_Impl::units(bool returnIP) const { |
| 77 | return ScheduleTypeLimits::units(unitType(), returnIP); |
no test coverage detected