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

Method is_valid

atomic-identity/src/signing.rs:387–389  ·  view source on GitHub ↗

Check if the verification succeeded.

(&self)

Source from the content-addressed store, hash-verified

385impl VerificationResult {
386 /// Check if the verification succeeded.
387 pub fn is_valid(&self) -> bool {
388 matches!(self, VerificationResult::Valid { .. })
389 }
390
391 /// Check if the verification failed.
392 pub fn is_invalid(&self) -> bool {

Callers 1

matchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected