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

Method package_input

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

Returns a reference to the [`PackageInput`].

(&self)

Source from the content-addressed store, hash-verified

145
146 /// Returns a reference to the [`PackageInput`].
147 pub fn package_input(&self) -> &PackageInput {
148 &self.package_input
149 }
150
151 /// Returns a reference to the [`OutputDir`].
152 pub fn output_dir(&self) -> &OutputDir {

Callers 1

try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected