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

Method with_reverse

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

Builder: set reverse order.

(mut self, reverse: bool)

Source from the content-addressed store, hash-verified

157
158 /// Builder: set reverse order.
159 pub fn with_reverse(mut self, reverse: bool) -> Self {
160 self.reverse = reverse;
161 self
162 }
163
164 /// Builder: set the starting sequence number.
165 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