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

Method directory

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

Create options for directory output.

()

Source from the content-addressed store, hash-verified

370
371 /// Create options for directory output.
372 pub fn directory() -> Self {
373 Self::default().format(ArchiveFormat::Directory)
374 }
375
376 /// Create options for tarball output.
377 pub fn tarball() -> Self {

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected