Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ worker_host
Method
worker_host
crates/hyperqueue/src/common/serverdir.rs:216–218 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
214
&self.version
215
}
216
pub fn worker_host(&self) -> &str {
217
&self.worker.host
218
}
219
pub fn client_host(&self) -> &str {
220
&self.client.host
221
}
Callers
1
start_server
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected