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

Method summary

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

Source from the content-addressed store, hash-verified

38 }
39
40 pub(super) fn summary(&self) -> VerificationSummary {
41 VerificationSummary::from_reports(&self.reports())
42 }
43
44 pub(super) fn summary_text(&self) -> String {
45 format_verification_summary(&self.summary())

Callers 1

summary_textMethod · 0.45

Calls 1

reportsMethod · 0.80

Tested by

no test coverage detected