Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
12
pub struct VFS(Arc<RwLock<Vec<(String, Arc<RwLock<Rendezvous>>)>>>);
13
14
impl From<Vec<(String, Arc<RwLock<Rendezvous>>)>> for VFS {
15
fn from(
Callers
3
from
Method · 0.70
new
Method · 0.70
copy
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected