MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / vfs

Method vfs

kernel/src/process.rs:282–284  ·  view source on GitHub ↗

Get a clone of the VFS mount points

(&self)

Source from the content-addressed store, hash-verified

280
281 /// Get a clone of the VFS mount points
282 pub fn vfs(&self) -> vfs::VFS {
283 self.process.read().mounts.clone()
284 }
285}
286
287use core::fmt;

Callers 4

sys_execFunction · 0.80
sys_mountFunction · 0.80
sys_listmountsFunction · 0.80
sys_umountFunction · 0.80

Calls 2

cloneMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected