MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_delegated

Method is_delegated

atomic-identity/src/identity.rs:156–158  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

154 /// Check if this is a delegated identity.
155 #[inline]
156 pub fn is_delegated(&self) -> bool {
157 matches!(self, IdentityType::Delegated)
158 }
159}
160
161impl fmt::Display for IdentityType {

Callers 2

output_defaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected