MCPcopy Create free account
hub / github.com/archlinux/alpm / compression

Method compression

alpm-package/src/config.rs:157–159  ·  view source on GitHub ↗

Returns a reference to the [`CompressionSettings`].

(&self)

Source from the content-addressed store, hash-verified

155
156 /// Returns a reference to the [`CompressionSettings`].
157 pub fn compression(&self) -> &CompressionSettings {
158 &self.compression
159 }
160}
161
162impl From<&PackageCreationConfig> for PackageFileName {

Callers 1

try_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected