Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
impl 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
OpenPGPKeyId
Class · 0.70
OpenPGPv4Fingerprint
Class · 0.70
Tested by
no test coverage detected