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

Method with_show_hunks

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

Builder: set show-hunks flag.

(mut self, show_hunks: bool)

Source from the content-addressed store, hash-verified

127
128 /// Builder: set show-hunks flag.
129 pub fn with_show_hunks(mut self, show_hunks: bool) -> Self {
130 self.show_hunks = show_hunks;
131 self
132 }
133
134 /// Builder: set full-hash flag.
135 pub fn with_full_hash(mut self, full_hash: bool) -> Self {

Calls

no outgoing calls