Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
impl Drop for InodeRef {
213
fn drop(&mut self) {
214
release_inode(&self.fs, &self.get(), 1);
215
}
216
}
217
218
struct MemoryNode {
Callers
nothing calls this directly
Calls
2
release_inode
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected