Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
pub fn echo_stat() -> bool
274
{
275
*ECHO.lock()
276
}
277
278
279
// End-of-text
Callers
1
keyhandler
Function · 0.85
Calls
1
lock
Method · 0.80
Tested by
no test coverage detected