Builder: set show-deps flag.
(mut self, show_deps: bool)
| 121 | |
| 122 | /// Builder: set show-deps flag. |
| 123 | pub fn with_show_deps(mut self, show_deps: bool) -> Self { |
| 124 | self.show_deps = show_deps; |
| 125 | self |
| 126 | } |
| 127 | |
| 128 | /// Builder: set show-hunks flag. |
| 129 | pub fn with_show_hunks(mut self, show_hunks: bool) -> Self { |
no outgoing calls