MCPcopy 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

25const RANDOM_SEED: &[u8; 32] = b"0123456789abcdef0123456789abcdef";
26
27pub(crate) fn new_devfs() -> Filesystem {
28 SimpleFs::new_with("devfs".into(), 0x01021994, builder)
29}
30
31struct Null;
32

Callers 1

mount_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected