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

Method from_sequence

atomic-cli/src/commands/log/command.rs:694–697  ·  view source on GitHub ↗
(mut self, seq: u64)

Source from the content-addressed store, hash-verified

692 /// Builder: set starting sequence number.
693 #[allow(clippy::wrong_self_convention)]
694 pub fn from_sequence(mut self, seq: u64) -> Self {
695 self.from_sequence = seq;
696 self
697 }
698}

Calls

no outgoing calls