Builder: set the subcommand to apply with dependencies.
(mut self, _deps: bool)
| 275 | |
| 276 | /// Builder: set the subcommand to apply with dependencies. |
| 277 | pub fn with_dependencies(mut self, _deps: bool) -> Self { |
| 278 | // Dependencies flag is handled at the subcommand level; |
| 279 | // this builder is provided for test convenience. |
| 280 | self |
| 281 | } |
| 282 | |
| 283 | /// List all stash views, sorted by creation time (newest first). |
| 284 | fn list_stashes(&self, repo: &Repository) -> CliResult<Vec<StashEntry>> { |
no outgoing calls
no test coverage detected