MCPcopy Index your code
hub / github.com/AI45Lab/Code / record

Method record

core/src/agent_api/session_verification.rs:48–50  ·  view source on GitHub ↗
(&self, reports: impl IntoIterator<Item = VerificationReport>)

Source from the content-addressed store, hash-verified

46 }
47
48 pub(super) fn record(&self, reports: impl IntoIterator<Item = VerificationReport>) {
49 write_or_recover(&self.reports).extend(reports);
50 }
51
52 pub(super) async fn verify_commands(
53 &self,

Callers 3

record_trace_eventMethod · 0.45
verify_commandsMethod · 0.45

Calls 1

write_or_recoverFunction · 0.85

Tested by

no test coverage detected