Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ is_empty
Method
is_empty
src/apps/cli/src/ui/chat/state.rs:79–81 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
77
/// Check if the stack is empty
78
#[allow(dead_code)]
79
pub fn is_empty(&self) -> bool {
80
self.stack.is_empty()
81
}
82
83
/// Clear all popups from the stack
84
pub fn clear(&mut self) {
Callers
8
cycle_block_tool_focus_next
Method · 0.45
cycle_block_tool_focus_prev
Method · 0.45
render_messages
Method · 0.45
wrap_hard_display_width
Method · 0.45
render_message
Method · 0.45
map_mouse_to_selection_point
Method · 0.45
selection_text
Method · 0.45
history_prev
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected