MCPcopy Index your code
hub / github.com/endbasic/endbasic / do_ignore

Method do_ignore

std/src/console/readline.rs:254–256  ·  view source on GitHub ↗

Ignores a key press that has no editing effect.

(&mut self)

Source from the content-addressed store, hash-verified

252
253 /// Ignores a key press that has no editing effect.
254 fn do_ignore(&mut self) -> io::Result<DispatchResult> {
255 Ok(DispatchResult::Continue)
256 }
257
258 /// Reports an interrupt triggered by the user.
259 fn do_interrupt(&mut self) -> io::Result<DispatchResult> {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected