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

Method with_timeout_ms

core/src/verification.rs:170–173  ·  view source on GitHub ↗
(mut self, timeout_ms: u64)

Source from the content-addressed store, hash-verified

168 }
169
170 pub fn with_timeout_ms(mut self, timeout_ms: u64) -> Self {
171 self.timeout_ms = Some(timeout_ms);
172 self
173 }
174
175 pub fn to_check(&self) -> VerificationCheck {
176 let check = if self.required {

Callers 1

fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected