Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Starry-OS/StarryOS
/ new_devfs
Function
new_devfs
api/src/vfs/dev/mod.rs:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
const RANDOM_SEED: &[u8; 32] = b
"0123456789abcdef0123456789abcdef"
;
26
27
pub(crate) fn new_devfs() -> Filesystem {
28
SimpleFs::new_with(
"devfs"
.into(), 0x01021994, builder)
29
}
30
31
struct Null;
32
Callers
1
mount_all
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected