Set whether to include ignored files.
(mut self, include: bool)
| 712 | |
| 713 | /// Set whether to include ignored files. |
| 714 | pub fn with_ignored(mut self, include: bool) -> Self { |
| 715 | self.include_ignored = include; |
| 716 | self |
| 717 | } |
| 718 | } |
| 719 | |
| 720 | // Helper Functions |
no outgoing calls