MCPcopy Create free account
hub / github.com/DNSCrypt/encrypted-dns-server / as_string

Method as_string

src/crypto.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70 }
71
72 pub fn as_string(&self) -> String {
73 bin2hex(self.as_bytes())
74 }
75}
76
77#[derive(Educe, Serialize, Deserialize, Clone)]

Callers

nothing calls this directly

Calls 2

bin2hexFunction · 0.85
as_bytesMethod · 0.45

Tested by

no test coverage detected