Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ raw_on
Function
raw_on
src/sys/console.rs:366–370 ·
view source on GitHub ↗
Enable raw
()
Source
from the content-addressed store, hash-verified
364
365
// Enable raw
366
pub fn raw_on()
367
{
368
let mut raw = RAW.lock();
369
*raw = true;
370
}
371
372
373
// Checks whether or not raw has been enabled
Callers
1
readchar
Function · 0.85
Calls
1
lock
Method · 0.80
Tested by
no test coverage detected