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

Class VFS

kernel/src/vfs.rs:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10/// Virtual File System type
11#[derive(Clone)]
12pub struct VFS(Arc<RwLock<Vec<(String, Arc<RwLock<Rendezvous>>)>>>);
13
14impl From<Vec<(String, Arc<RwLock<Rendezvous>>)>> for VFS {
15 fn from(

Callers 3

fromMethod · 0.70
newMethod · 0.70
copyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected