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

Method with_reverse

atomic-cli/src/commands/log/command.rs:163–166  ·  view source on GitHub ↗

Builder: set reverse order.

(mut self, reverse: bool)

Source from the content-addressed store, hash-verified

161
162 /// Builder: set reverse order.
163 pub fn with_reverse(mut self, reverse: bool) -> Self {
164 self.reverse = reverse;
165 self
166 }
167
168 /// Builder: set the starting sequence number.
169 pub fn with_from(mut self, from: u64) -> Self {

Callers 4

test_log_with_reverseFunction · 0.80
test_log_builder_chainFunction · 0.80

Calls

no outgoing calls

Tested by 4

test_log_with_reverseFunction · 0.64
test_log_builder_chainFunction · 0.64