MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / mounted

Function mounted

src/fs/blkdev.rs:250–253  ·  view source on GitHub ↗

Whether or not drive has been mounted

()

Source from the content-addressed store, hash-verified

248
249// Whether or not drive has been mounted
250pub fn mounted() -> bool
251{
252 BLKDEV.lock().is_some()
253}

Callers 1

openMethod · 0.85

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected