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

Method access_filename

crates/hyperqueue/src/common/serverdir.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60 }
61
62 pub fn access_filename(&self) -> PathBuf {
63 self.path(ACCESS_FILE)
64 }
65
66 pub fn read_worker_access_record(&self) -> crate::Result<WorkerAccessRecord> {
67 load_worker_access_file(self.access_filename())

Calls 1

pathMethod · 0.45