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

Method client_port

crates/hyperqueue/src/common/serverdir.rs:225–227  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

223 &self.server_uid
224 }
225 pub fn client_port(&self) -> u16 {
226 self.client.port
227 }
228 pub fn worker_port(&self) -> u16 {
229 self.worker.port
230 }

Callers 1

start_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected