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

Method from

alpm-types/src/openpgp.rs:86–88  ·  view source on GitHub ↗
(key_id: OpenPGPKeyId)

Source from the content-addressed store, hash-verified

84}
85
86impl From<OpenPGPKeyId> for OpenPGPIdentifier {
87 fn from(key_id: OpenPGPKeyId) -> Self {
88 OpenPGPIdentifier::OpenPGPKeyId(key_id)
89 }
90}
91

Callers

nothing calls this directly

Calls 2

OpenPGPKeyIdClass · 0.70

Tested by

no test coverage detected