MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / timeout

Method timeout

atomic-remote/src/error.rs:236–238  ·  view source on GitHub ↗

Create a timeout error.

(seconds: u64)

Source from the content-addressed store, hash-verified

234
235 /// Create a timeout error.
236 pub fn timeout(seconds: u64) -> Self {
237 Self::Timeout { seconds }
238 }
239
240 /// Create an empty view error.
241 pub fn empty_view(view: impl Into<String>) -> Self {

Callers 2

fetch_latestFunction · 0.80
with_configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected