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

Method with_algorithm

atomic-cli/src/commands/record/mod.rs:317–320  ·  view source on GitHub ↗

Builder: set the diff algorithm.

(mut self, algorithm: impl Into<String>)

Source from the content-addressed store, hash-verified

315
316 /// Builder: set the diff algorithm.
317 pub fn with_algorithm(mut self, algorithm: impl Into<String>) -> Self {
318 self.algorithm = algorithm.into();
319 self
320 }
321
322 /// Builder: set the dry-run flag.
323 pub fn with_dry_run(mut self, dry_run: bool) -> Self {

Calls

no outgoing calls