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

Method connection

crates/hyperqueue/src/transfer/connection.rs:32–34  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

30 }
31
32 pub fn connection(&mut self) -> &mut ClientConnection {
33 &mut self.connection
34 }
35}
36
37async fn try_connect_to_server(record: &ClientAccessRecord) -> crate::Result<TcpStream> {

Callers 8

stop_serverFunction · 0.80
wait_for_jobsFunction · 0.80
stream_jsonFunction · 0.80
test_start_stopFunction · 0.80
preload_dashboard_eventsFunction · 0.80
stop_server_implFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_start_stopFunction · 0.64