MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / FileHandle

Class FileHandle

arc-disk-cache/src/lib.rs:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159#[derive(Clone, Debug)]
160pub struct FileHandle {
161 pub meta_path: PathBuf,
162 pub path: PathBuf,
163 pub amt: usize,
164 pub crc: u32,
165 running: Arc<AtomicBool>,
166}
167
168impl Drop for FileHandle {
169 fn drop(&mut self) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected