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

Method with_timeout

atomic-cli/src/commands/push/command.rs:248–251  ·  view source on GitHub ↗

Builder: set the timeout in seconds.

(mut self, timeout: u64)

Source from the content-addressed store, hash-verified

246
247 /// Builder: set the timeout in seconds.
248 pub fn with_timeout(mut self, timeout: u64) -> Self {
249 self.timeout = timeout;
250 self
251 }
252
253 /// Builder: set an explicit identity name override.
254 pub fn with_identity(mut self, identity: impl Into<String>) -> Self {

Callers 5

build_remote_configMethod · 0.45
test_push_with_timeoutFunction · 0.45
test_push_builder_chainFunction · 0.45
run_remoteMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_push_with_timeoutFunction · 0.36
test_push_builder_chainFunction · 0.36