Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
pub fn new_procfs() -> Filesystem {
87
SimpleFs::new_with(
"proc"
.into(), 0x9fa0, builder)
88
}
89
90
struct ProcessTaskDir {
91
fs: Arc<SimpleFs>,
Callers
1
mount_all
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected