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: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
}
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