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

Method verification_summary_text

core/src/agent_api.rs:1104–1106  ·  view source on GitHub ↗

Return a concise human-readable verification summary for this session.

(&self)

Source from the content-addressed store, hash-verified

1102
1103 /// Return a concise human-readable verification summary for this session.
1104 pub fn verification_summary_text(&self) -> String {
1105 VerificationRuntime::from_session(self).summary_text()
1106 }
1107
1108 /// Add externally produced verification reports to this session's completion evidence.
1109 pub fn record_verification_reports(

Callers

nothing calls this directly

Calls 1

summary_textMethod · 0.80

Tested by

no test coverage detected