Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
use core::fmt;
Callers
4
sys_exec
Function · 0.80
sys_mount
Function · 0.80
sys_listmounts
Function · 0.80
sys_umount
Function · 0.80
Calls
2
clone
Method · 0.80
read
Method · 0.45
Tested by
no test coverage detected