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

Method with_format

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

Create options for a specific format.

(format: ArchiveFormat)

Source from the content-addressed store, hash-verified

365
366 /// Create options for a specific format.
367 pub fn with_format(format: ArchiveFormat) -> Self {
368 Self::default().format(format)
369 }
370
371 /// Create options for directory output.
372 pub fn directory() -> Self {

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected