Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ server_directory
Method
server_directory
crates/hyperqueue/src/client/globalsettings.rs:17–19 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
15
}
16
17
pub fn server_directory(&self) -> &Path {
18
&self.server_dir
19
}
20
21
pub fn printer(&self) -> &dyn Output {
22
self.printer.as_ref()
Callers
15
debug_dump
Function · 0.80
stop_server
Function · 0.80
print_server_info
Function · 0.80
wait_for_server
Function · 0.80
command_autoalloc
Function · 0.80
start_hq_worker
Function · 0.80
stream_json
Function · 0.80
prune_journal
Function · 0.80
flush_journal
Function · 0.80
init_hq_server
Function · 0.80
initialize_server
Function · 0.80
start_server
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected