MCPcopy 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
321impl 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

printerMethod · 0.80
output_job_task_idsFunction · 0.80
start_serverFunction · 0.80
parse_refMethod · 0.80
gather_configurationFunction · 0.80
wait_for_jobsFunction · 0.80
warn_array_task_countFunction · 0.80
warn_missing_task_idFunction · 0.80
test_parse_directivesFunction · 0.80

Calls

no outgoing calls