MCPcopy 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
84impl FilesystemOps for MemoryFs {

Callers 15

handle_futex_deathFunction · 0.45
do_exitFunction · 0.45
lookup_childMethod · 0.45
newMethod · 0.45
dropMethod · 0.45
read_dirMethod · 0.45
lookupMethod · 0.45
unlinkMethod · 0.45
add_slaveFunction · 0.45
lookup_childMethod · 0.45
get_file_likeFunction · 0.45
capacityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected