MCPcopy Create free account
hub / github.com/GCWing/BitFun / handle_char

Method handle_char

src/apps/cli/src/ui/chat/input.rs:26–29  ·  view source on GitHub ↗
(&mut self, c: char)

Source from the content-addressed store, hash-verified

24 }
25
26 pub fn handle_char(&mut self, c: char) {
27 self.text_input.handle_char(c);
28 self.refresh_command_menu();
29 }
30
31 pub fn handle_newline(&mut self) {
32 self.text_input.handle_newline();

Callers

nothing calls this directly

Calls 1

refresh_command_menuMethod · 0.45

Tested by

no test coverage detected