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

Method clear

src/apps/cli/src/ui/startup.rs:103–105  ·  view source on GitHub ↗

Clear all popups from the stack

(&mut self)

Source from the content-addressed store, hash-verified

101
102 /// Clear all popups from the stack
103 pub fn clear(&mut self) {
104 self.stack.clear();
105 }
106}
107
108/// Startup menu result

Callers 15

remote_connect_stop_botFunction · 0.45
flushMethod · 0.45
handle_turn_startedMethod · 0.45
handle_turn_completedMethod · 0.45
handle_turn_failedMethod · 0.45
handle_turn_cancelledMethod · 0.45
clear_messagesMethod · 0.45
hideMethod · 0.45
build_rowsMethod · 0.45
show_menuMethod · 0.45
suppressMethod · 0.45

Calls

no outgoing calls