MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / build_client

Function build_client

vmm/src/app/registry.rs:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14use tracing::info;
15
16fn build_client() -> Result<Client> {
17 Ok(Client::builder()
18 .timeout(std::time::Duration::from_secs(600))
19 .build()?)
20}
21
22// ─── Tag listing ────────────────────────────────────────────────────────────
23

Callers 2

list_registry_tagsFunction · 0.85
pull_and_extractFunction · 0.85

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected