Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ short
Method
short
atomic-identity/src/delegation.rs:458–460 ·
view source on GitHub ↗
Get a short form for display.
(&self)
Source
from the content-addressed store, hash-verified
456
457
/// Get a short form for display.
458
pub fn short(&self) -> String {
459
self.to_base32()[..8].to_string()
460
}
461
}
462
463
impl fmt::Debug for DelegationId {
Callers
nothing calls this directly
Calls
1
to_base32
Method · 0.45
Tested by
no test coverage detected