Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
pub fn mounted() -> bool
251
{
252
BLKDEV.lock().is_some()
253
}
Callers
1
open
Method · 0.85
Calls
1
lock
Method · 0.80
Tested by
no test coverage detected