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

Method reopen

arc-disk-cache/src/lib.rs:179–181  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

177
178impl FileHandle {
179 pub fn reopen(&self) -> io::Result<File> {
180 File::open(&self.path)
181 }
182}
183
184#[instrument(level = "trace")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected