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

Method is_usable

atomic-cli/src/commands/delegation.rs:60–62  ·  view source on GitHub ↗

Is this usable, as far as this machine can tell?

(&self)

Source from the content-addressed store, hash-verified

58
59 /// Is this usable, as far as this machine can tell?
60 pub fn is_usable(&self) -> bool {
61 self.status == DelegationStatus::Active
62 }
63}
64
65/// Every stored certificate naming `identity` as the delegate, verified.

Callers 2

active_forFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected