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

Method with_full_hash

atomic-cli/src/commands/change/command.rs:135–138  ·  view source on GitHub ↗

Builder: set full-hash flag.

(mut self, full_hash: bool)

Source from the content-addressed store, hash-verified

133
134 /// Builder: set full-hash flag.
135 pub fn with_full_hash(mut self, full_hash: bool) -> Self {
136 self.full_hash = full_hash;
137 self
138 }
139
140 /// Builder: set show-attest flag.
141 pub fn with_show_attest(mut self, show_attest: bool) -> Self {

Calls

no outgoing calls