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

Method tarball

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

Create options for tarball output.

()

Source from the content-addressed store, hash-verified

375
376 /// Create options for tarball output.
377 pub fn tarball() -> Self {
378 Self::default().format(ArchiveFormat::TarGz)
379 }
380
381 /// Check if a path should be included based on patterns.
382 pub fn should_include(&self, path: &str) -> bool {

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected