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

Method state

atomic-repository/src/archive.rs:313–316  ·  view source on GitHub ↗

Set the state to archive.

(mut self, state: Merkle)

Source from the content-addressed store, hash-verified

311
312 /// Set the state to archive.
313 pub fn state(mut self, state: Merkle) -> Self {
314 self.state = Some(state);
315 self
316 }
317
318 /// Set the view to use.
319 pub fn view(mut self, name: impl Into<String>) -> Self {

Callers 1

Calls

no outgoing calls

Tested by 1