Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ to_base32
Method
to_base32
atomic-identity/src/delegation.rs:453–455 ·
view source on GitHub ↗
Encode as base32.
(&self)
Source
from the content-addressed store, hash-verified
451
452
/// Encode as base32.
453
pub fn to_base32(&self) -> String {
454
data_encoding::BASE32_NOPAD.encode(&self.0)
455
}
456
457
/// Get a short form for display.
458
pub fn short(&self) -> String {
Callers
1
short
Method · 0.45
Calls
1
encode
Method · 0.45
Tested by
no test coverage detected