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/startup.rs:98–100 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
96
/// Check if the stack is empty
97
#[allow(dead_code)]
98
pub fn is_empty(&self) -> bool {
99
self.stack.is_empty()
100
}
101
102
/// Clear all popups from the stack
103
pub fn clear(&mut self) {
Callers
15
run
Function · 0.45
start_event_loop_with_transport
Function · 0.45
detect_previous_unexpected_exit
Function · 0.45
desktop_effective_session_storage_path
Function · 0.45
restore_saved_bots
Function · 0.45
parse_connection_method
Function · 0.45
load_mcp_resources
Function · 0.45
load_mcp_prompts
Function · 0.45
build_tool_context
Function · 0.45
has_explicit_workspace_path
Function · 0.45
is_relative_path
Function · 0.45
collect_json_string_stats
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_model_config_connection
Function · 0.36