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

Method from_sequence

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls