MCPcopy Create free account
hub / github.com/Starry-OS/StarryOS / new_procfs

Function new_procfs

api/src/vfs/proc.rs:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84"};
85
86pub fn new_procfs() -> Filesystem {
87 SimpleFs::new_with("proc".into(), 0x9fa0, builder)
88}
89
90struct ProcessTaskDir {
91 fs: Arc<SimpleFs>,

Callers 1

mount_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected