Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ as_ref
Method
as_ref
crates/hyperqueue/src/server/autoalloc/state.rs:322–324 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
320
321
impl AsRef<Path> for AllocationWorkdir {
322
fn as_ref(&self) -> &Path {
323
self.0.as_path()
324
}
325
}
326
327
#[derive(Debug, Clone, Serialize, Deserialize)]
Callers
15
printer
Method · 0.80
output_job_task_ids
Function · 0.80
start_server
Function · 0.80
parse_ref
Method · 0.80
gather_configuration
Function · 0.80
wait_for_jobs
Function · 0.80
warn_array_task_count
Function · 0.80
warn_missing_task_id
Function · 0.80
warn_unknown_placeholders
Function · 0.80
test_parse_directives
Function · 0.80
test_parse_directives_shebang_with_args
Function · 0.80
test_parse_directives_no_shebang
Function · 0.80
Calls
no outgoing calls
Tested by
9
test_parse_directives
Function · 0.64
test_parse_directives_shebang_with_args
Function · 0.64
test_parse_directives_no_shebang
Function · 0.64
run_hq_test
Function · 0.64
test_server_dir_start_at_one
Function · 0.64
test_server_dir_find_max_id
Function · 0.64
test_server_dir_find_max_id_without_zero_padding
Function · 0.64
test_server_dir_find_max_id_no_number
Function · 0.64
test_hw_monitoring
Function · 0.64