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

Method set_status

src/apps/cli/src/ui/chat/scroll.rs:25–27  ·  view source on GitHub ↗
(&mut self, status: Option<String>)

Source from the content-addressed store, hash-verified

23 }
24
25 pub fn set_status(&mut self, status: Option<String>) {
26 self.status = status;
27 }
28
29 pub fn begin_theme_preview(&mut self) {
30 if self.theme_preview_original.is_none() {

Callers 15

runMethod · 0.45
handle_key_eventMethod · 0.45
handle_non_key_eventMethod · 0.45
handle_palette_actionMethod · 0.45
handle_commandMethod · 0.45
show_usage_reportMethod · 0.45
apply_theme_selectionMethod · 0.45
add_mcp_serverMethod · 0.45
execute_mcp_addMethod · 0.45
switch_to_sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected