MCPcopy Create free account
hub / github.com/chatmail/core / hex

Method hex

src/key.rs:585–587  ·  view source on GitHub ↗

Make a hex string from the fingerprint. Use [std::fmt::Display] or [ToString::to_string] to get a human-readable formatted string.

(&self)

Source from the content-addressed store, hash-verified

583 /// Use [std::fmt::Display] or [ToString::to_string] to get a
584 /// human-readable formatted string.
585 pub fn hex(&self) -> String {
586 hex::encode_upper(&self.0)
587 }
588
589 /// Make a human-readable fingerprint.
590 pub fn human_readable(&self) -> String {

Callers 15

import_public_keyFunction · 0.80
import_vcard_contactFunction · 0.80
get_colorFunction · 0.80
set_blockedFunction · 0.80
renderMethod · 0.80
decode_openpgpFunction · 0.80
receive_imf_innerFunction · 0.80
from_field_to_contact_idFunction · 0.80
apply_group_changesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected