Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
3
build_history_options
Method · 0.45
test_log_output_config_from_sequence
Function · 0.45
test_log_output_config_builder_chain
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_log_output_config_from_sequence
Function · 0.36
test_log_output_config_builder_chain
Function · 0.36