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

Method worker_port

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

Source from the content-addressed store, hash-verified

226 self.client.port
227 }
228 pub fn worker_port(&self) -> u16 {
229 self.worker.port
230 }
231 pub fn client_key(&self) -> Option<&Arc<SecretKey>> {
232 self.client.secret_key.as_ref()
233 }

Callers 1

start_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected