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

Method reports

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

Source from the content-addressed store, hash-verified

34 }
35
36 pub(super) fn reports(&self) -> Vec<VerificationReport> {
37 read_or_recover(&self.reports).clone()
38 }
39
40 pub(super) fn summary(&self) -> VerificationSummary {
41 VerificationSummary::from_reports(&self.reports())

Callers 2

verification_reportsMethod · 0.80
summaryMethod · 0.80

Calls 2

read_or_recoverFunction · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected