MCPcopy Index your code
hub / github.com/AI45Lab/Code / verify

Method verify

core/src/verification.rs:740–742  ·  view source on GitHub ↗
(&self, checks: Vec<VerificationCheck>)

Source from the content-addressed store, hash-verified

738
739impl Verifier for StaticVerifier {
740 fn verify(&self, checks: Vec<VerificationCheck>) -> Result<VerificationReport> {
741 Ok(VerificationReport::new(self.subject.clone(), checks))
742 }
743}
744
745#[cfg(test)]

Callers 1

Calls 1

cloneMethod · 0.45

Tested by 1