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

Method refresh_command_menu

src/apps/cli/src/ui/startup.rs:2185–2191  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2183 }
2184
2185 fn refresh_command_menu(&mut self) {
2186 self.command_menu.update_with_commands(
2187 &self.text_input.input,
2188 self.text_input.cursor,
2189 STARTUP_COMMAND_SPECS,
2190 );
2191 }
2192}

Callers 5

runMethod · 0.45
handle_non_key_eventMethod · 0.45
handle_keyMethod · 0.45
handle_commandMethod · 0.45
set_inputMethod · 0.45

Calls 1

update_with_commandsMethod · 0.80

Tested by

no test coverage detected