Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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())
Callers
5
test_status_directory_with_access_file
Function · 0.80
test_status_directory_with_symlink
Function · 0.80
create
Method · 0.80
read_worker_access_record
Method · 0.80
read_client_access_record
Method · 0.80
Calls
1
path
Method · 0.45
Tested by
2
test_status_directory_with_access_file
Function · 0.64
test_status_directory_with_symlink
Function · 0.64