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

Function load_access_record

crates/hyperqueue/src/common/serverdir.rs:267–270  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

265}
266
267pub fn load_access_record(path: &Path) -> crate::Result<FullAccessRecord> {
268 let raw = load_and_check_version(path)?;
269 Ok(serde_json::from_str(&raw)?)
270}
271
272pub fn store_access_record<R: ?Sized + Serialize, P: AsRef<Path>>(
273 record: &R,

Callers 1

start_serverFunction · 0.85

Calls 1

load_and_check_versionFunction · 0.85

Tested by

no test coverage detected