MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / client

Method client

crates/hyperqueue/src/tests/server.rs:24–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

22 }
23
24 pub async fn client(&self) -> ClientSession {
25 get_client_session(&self.dir)
26 .await
27 .expect("Cannot connect to server")
28 }
29}
30
31/// Start the whole HQ server, including almost all bells and whistles,

Callers 3

test_cluster_add_workerFunction · 0.45
test_start_stopFunction · 0.45

Calls 1

get_client_sessionFunction · 0.85

Tested by

no test coverage detected