(&self, args: &mut WeeklyArgs)
| 65 | } |
| 66 | |
| 67 | fn apply_weekly_args(&self, args: &mut WeeklyArgs) { |
| 68 | if let Some(start_of_week) = self.weekly_start { |
| 69 | args.start_of_week = start_of_week; |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | fn apply_blocks_args(&self, args: &mut BlocksArgs) { |
| 74 | if let Some(active) = self.blocks_active { |
no outgoing calls
no test coverage detected