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

Method input_text

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

Source from the content-addressed store, hash-verified

2 // ============ Input handling methods (delegate to TextInput) ============
3
4 pub fn input_text(&self) -> &str {
5 self.text_input.text()
6 }
7
8 fn refresh_command_menu(&mut self) {
9 self.command_menu.update(&self.text_input.input, self.text_input.cursor);

Callers 1

handle_key_eventMethod · 0.80

Calls 1

textMethod · 0.80

Tested by

no test coverage detected