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

Method with_evidence_uris

core/src/verification.rs:81–84  ·  view source on GitHub ↗
(mut self, uris: impl IntoIterator<Item = impl Into<String>>)

Source from the content-addressed store, hash-verified

79 }
80
81 pub fn with_evidence_uris(mut self, uris: impl IntoIterator<Item = impl Into<String>>) -> Self {
82 self.evidence_uris = uris.into_iter().map(Into::into).collect();
83 self
84 }
85
86 pub fn with_residual_risk(mut self, risk: impl Into<String>) -> Self {
87 self.residual_risk = Some(risk.into());

Callers 2

from_program_hintMethod · 0.45
check_from_executionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected