Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ server_info
Method
server_info
crates/hyperqueue/src/server/state.rs:47–49 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
45
}
46
47
pub fn server_info(&self) -> &ServerInfo {
48
&self.server_info
49
}
50
51
pub fn set_worker_port(&mut self, port: u16) {
52
self.server_info.worker_port = port;
Callers
6
initialize_server
Function · 0.80
client_rpc_loop
Function · 0.80
reconstruct_historical_events
Function · 0.80
compute_job_detail
Function · 0.80
handle_submit
Function · 0.80
prepare_job
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected