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

Method last_merkle_state

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

Get the Merkle state at the last cached position.

(&self)

Source from the content-addressed store, hash-verified

176
177 /// Get the Merkle state at the last cached position.
178 pub fn last_merkle_state(&self) -> Option<&str> {
179 self.last_state.as_deref()
180 }
181
182 /// Check if the cache is empty (no prior sync).
183 pub fn is_empty(&self) -> bool {

Callers 1

dichotomy_changelistMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected