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

Function echo_stat

src/sys/console.rs:273–276  ·  view source on GitHub ↗

Checks whether or not echo has been enabled

()

Source from the content-addressed store, hash-verified

271
272// Checks whether or not echo has been enabled
273pub fn echo_stat() -> bool
274{
275 *ECHO.lock()
276}
277
278
279// End-of-text

Callers 1

keyhandlerFunction · 0.85

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected