Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ VFS
Class
VFS
euralios_std/src/syscalls.rs:454–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
pub struct VFS {
455
s: String
456
}
457
458
impl VFS {
459
/// Create a new (empty) VFS for new process
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected