MCPcopy 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

runMethod · 0.45
read_line_rawFunction · 0.45

Calls 1

read_key_from_stdinFunction · 0.85

Tested by

no test coverage detected