Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Starry-OS/StarryOS
/ get
Method
get
api/src/vfs/tmp.rs:79–81 ·
view source on GitHub ↗
(&self, ino: u64)
Source
from the content-addressed store, hash-verified
77
}
78
79
fn get(&self, ino: u64) -> Arc<Inode> {
80
self.inodes.lock()[ino as usize - 1].clone()
81
}
82
}
83
84
impl FilesystemOps for MemoryFs {
Callers
15
handle_futex_death
Function · 0.45
do_exit
Function · 0.45
lookup_child
Method · 0.45
new
Method · 0.45
drop
Method · 0.45
read_dir
Method · 0.45
lookup
Method · 0.45
unlink
Method · 0.45
add_slave
Function · 0.45
lookup_child
Method · 0.45
get_file_like
Function · 0.45
capacity
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected