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

Method verification_summary_text

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

Source from the content-addressed store, hash-verified

682 }
683
684 pub fn verification_summary_text(&self) -> String {
685 crate::verification::format_verification_summary(&self.verification_summary())
686 }
687
688 pub fn has_pending_verification(&self) -> bool {
689 matches!(

Callers

nothing calls this directly

Calls 2

verification_summaryMethod · 0.45

Tested by

no test coverage detected