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

Method from_sequence

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls