MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_dependencies

Method with_dependencies

atomic-cli/src/commands/stash.rs:277–281  ·  view source on GitHub ↗

Builder: set the subcommand to apply with dependencies.

(mut self, _deps: bool)

Source from the content-addressed store, hash-verified

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>> {

Callers 2

run_from_viewFunction · 0.45
run_tagFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected