Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ read_key
Method
read_key
std/src/console/trivial.rs:109–111 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
107
}
108
109
async fn read_key(&mut self) -> io::Result<Key> {
110
read_key_from_stdin(&mut self.buffer)
111
}
112
113
fn show_cursor(&mut self) -> io::Result<()> {
114
Ok(())
Callers
2
run
Method · 0.45
read_line_raw
Function · 0.45
Calls
1
read_key_from_stdin
Function · 0.85
Tested by
no test coverage detected