MCPcopy Create free account
hub / github.com/AI45Lab/Code / verification_summary

Method verification_summary

core/src/agent.rs:680–682  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

678
679impl AgentResult {
680 pub fn verification_summary(&self) -> crate::verification::VerificationSummary {
681 crate::verification::VerificationSummary::from_reports(&self.verification_reports)
682 }
683
684 pub fn verification_summary_text(&self) -> String {
685 crate::verification::format_verification_summary(&self.verification_summary())

Calls

no outgoing calls

Tested by 1