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

Function test_pull_with_timeout

atomic-cli/src/commands/pull/command.rs:862–865  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

860 /// Test with_timeout builder method.
861 #[test]
862 fn test_pull_with_timeout() {
863 let pull = Pull::new().with_timeout(60);
864 assert_eq!(pull.timeout, 60);
865 }
866
867 /// Test with_download_only builder method.
868 #[test]

Callers

nothing calls this directly

Calls 1

with_timeoutMethod · 0.45

Tested by

no test coverage detected