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

Method as_dry_run

atomic-repository/src/unrecord.rs:281–284  ·  view source on GitHub ↗

Mark as a dry run result.

(mut self)

Source from the content-addressed store, hash-verified

279
280 /// Mark as a dry run result.
281 pub fn as_dry_run(mut self) -> Self {
282 self.was_dry_run = true;
283 self
284 }
285
286 /// Add a warning.
287 pub fn with_warning(mut self, warning: impl Into<String>) -> Self {

Callers 3

preview_unrecordFunction · 0.80

Calls

no outgoing calls