Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ raw_stat
Function
raw_stat
src/sys/console.rs:374–377 ·
view source on GitHub ↗
Checks whether or not raw has been enabled
()
Source
from the content-addressed store, hash-verified
372
373
// Checks whether or not raw has been enabled
374
pub fn raw_stat() -> bool
375
{
376
*RAW.lock()
377
}
378
379
380
// Read character
Callers
1
keyhandler
Function · 0.85
Calls
1
lock
Method · 0.80
Tested by
no test coverage detected