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

Method from

kernel/src/vfs.rs:15–19  ·  view source on GitHub ↗
(
        mounts: Vec<(String, Arc<RwLock<Rendezvous>>)>
    )

Source from the content-addressed store, hash-verified

13
14impl From<Vec<(String, Arc<RwLock<Rendezvous>>)>> for VFS {
15 fn from(
16 mounts: Vec<(String, Arc<RwLock<Rendezvous>>)>
17 ) -> Self {
18 VFS(Arc::new(RwLock::new(mounts)))
19 }
20}
21
22impl VFS {

Callers

nothing calls this directly

Calls 1

VFSClass · 0.70

Tested by

no test coverage detected