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

Method client_host

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

Source from the content-addressed store, hash-verified

217 &self.worker.host
218 }
219 pub fn client_host(&self) -> &str {
220 &self.client.host
221 }
222 pub fn server_uid(&self) -> &str {
223 &self.server_uid
224 }

Callers 1

start_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected