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

Method is_valid

atomic-identity/src/identity.rs:345–347  ·  view source on GitHub ↗

Check if this identity is valid (not expired, etc.).

(&self)

Source from the content-addressed store, hash-verified

343
344 /// Check if this identity is valid (not expired, etc.).
345 pub fn is_valid(&self) -> bool {
346 !self.is_expired()
347 }
348
349 /// Get a short display string.
350 pub fn display_short(&self) -> String {

Callers

nothing calls this directly

Calls 1

is_expiredMethod · 0.45

Tested by

no test coverage detected