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

Method key

alpm-types/src/pkg.rs:166–168  ·  view source on GitHub ↗

Return the key of the extra_data

(&self)

Source from the content-addressed store, hash-verified

164 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
165 write!(f, "{}", self.0)
166 }
167}
168
169/// Name of the base package information that one or more packages are built from.
170///
171/// This is a type alias for [`Name`].

Callers 3

pkg_typeMethod · 0.80
try_fromMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected