Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.45
handle_non_key_event
Method · 0.45
handle_key
Method · 0.45
handle_command
Method · 0.45
set_input
Method · 0.45
Calls
1
update_with_commands
Method · 0.80
Tested by
no test coverage detected