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

Method last_sequence

atomic-remote/src/sync.rs:173–175  ·  view source on GitHub ↗

Get the highest cached sequence number.

(&self)

Source from the content-addressed store, hash-verified

171
172 /// Get the highest cached sequence number.
173 pub fn last_sequence(&self) -> Option<u64> {
174 self.last_sequence
175 }
176
177 /// Get the Merkle state at the last cached position.
178 pub fn last_merkle_state(&self) -> Option<&str> {

Callers 1

dichotomy_changelistMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected