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

Method handle_newline

src/apps/cli/src/ui/chat/input.rs:31–34  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

29 }
30
31 pub fn handle_newline(&mut self) {
32 self.text_input.handle_newline();
33 self.refresh_command_menu();
34 }
35
36 pub fn handle_backspace(&mut self) {
37 self.text_input.handle_backspace();

Callers

nothing calls this directly

Calls 1

refresh_command_menuMethod · 0.45

Tested by

no test coverage detected