MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / path

Method path

crates/hyperqueue/src/common/serverdir.rs:54–56  ·  view source on GitHub ↗
(&self, path: P)

Source from the content-addressed store, hash-verified

52 }
53
54 pub fn path<P: AsRef<Path>>(&self, path: P) -> PathBuf {
55 self.path.join(path)
56 }
57
58 pub fn directory(&self) -> &Path {
59 &self.path

Callers 15

build_program_taskFunction · 0.45
run_hq_testFunction · 0.45
read_empty_fileFunction · 0.45
read_no_eventsFunction · 0.45
roundtrip_exhaust_bufferFunction · 0.45
streaming_read_partialFunction · 0.45
access_filenameMethod · 0.45

Calls

no outgoing calls

Tested by 11

run_hq_testFunction · 0.36
read_empty_fileFunction · 0.36
read_no_eventsFunction · 0.36
roundtrip_exhaust_bufferFunction · 0.36
streaming_read_partialFunction · 0.36
start_workerFunction · 0.36