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

Method summary_text

core/src/agent_api/session_verification.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42 }
43
44 pub(super) fn summary_text(&self) -> String {
45 format_verification_summary(&self.summary())
46 }
47
48 pub(super) fn record(&self, reports: impl IntoIterator<Item = VerificationReport>) {
49 write_or_recover(&self.reports).extend(reports);

Callers 1

Calls 2

summaryMethod · 0.45

Tested by

no test coverage detected