MCPcopy Create free account
hub / github.com/Starry-OS/StarryOS / drop

Method drop

api/src/vfs/tmp.rs:213–215  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

211
212impl Drop for InodeRef {
213 fn drop(&mut self) {
214 release_inode(&self.fs, &self.get(), 1);
215 }
216}
217
218struct MemoryNode {

Callers

nothing calls this directly

Calls 2

release_inodeFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected