MCPcopy 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
374pub fn raw_stat() -> bool
375{
376 *RAW.lock()
377}
378
379
380// Read character

Callers 1

keyhandlerFunction · 0.85

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected