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

Function raw_off

src/sys/console.rs:358–362  ·  view source on GitHub ↗

Disable raw

()

Source from the content-addressed store, hash-verified

356
357// Disable raw
358pub fn raw_off()
359{
360 let mut raw = RAW.lock();
361 *raw = false;
362}
363
364
365// Enable raw

Callers 1

readcharFunction · 0.85

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected