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

Method format

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

Set the archive format.

(mut self, format: ArchiveFormat)

Source from the content-addressed store, hash-verified

305
306 /// Set the archive format.
307 pub fn format(mut self, format: ArchiveFormat) -> Self {
308 self.format = format;
309 self
310 }
311
312 /// Set the state to archive.
313 pub fn state(mut self, state: Merkle) -> Self {

Callers 4

with_formatMethod · 0.45
directoryMethod · 0.45
tarballMethod · 0.45

Calls

no outgoing calls

Tested by 1