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

Method verification_reports

core/src/agent_api.rs:1094–1096  ·  view source on GitHub ↗

Return structured verification reports recorded for this session.

(&self)

Source from the content-addressed store, hash-verified

1092
1093 /// Return structured verification reports recorded for this session.
1094 pub fn verification_reports(&self) -> Vec<crate::verification::VerificationReport> {
1095 VerificationRuntime::from_session(self).reports()
1096 }
1097
1098 /// Return a structured summary of all verification reports recorded for this session.
1099 pub fn verification_summary(&self) -> crate::verification::VerificationSummary {

Callers

nothing calls this directly

Calls 1

reportsMethod · 0.80

Tested by

no test coverage detected