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

Method with_residual_risk

core/src/verification.rs:86–89  ·  view source on GitHub ↗
(mut self, risk: impl Into<String>)

Source from the content-addressed store, hash-verified

84 }
85
86 pub fn with_residual_risk(mut self, risk: impl Into<String>) -> Self {
87 self.residual_risk = Some(risk.into());
88 self
89 }
90
91 pub fn from_program_hint(subject: &str, index: usize, hint: &ProgramVerificationHint) -> Self {
92 let id = format!("program:{subject}:{}:{index}", hint.kind);

Callers 1

check_from_executionMethod · 0.80

Calls 1

derive_statusMethod · 0.80

Tested by

no test coverage detected