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

Method request_timeout

core/src/workspace/s3.rs:176–179  ·  view source on GitHub ↗
(mut self, timeout: Duration)

Source from the content-addressed store, hash-verified

174 }
175
176 pub fn request_timeout(mut self, timeout: Duration) -> Self {
177 self.request_timeout = Some(timeout);
178 self
179 }
180
181 /// Override the per-read size ceiling. `0` is rejected at backend
182 /// construction time as a configuration mistake. See [`DEFAULT_MAX_READ_BYTES`].

Callers 4

live_configFunction · 0.45
to_coreMethod · 0.45

Calls

no outgoing calls

Tested by 2

live_configFunction · 0.36