Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ new
Method
new
src/apps/cli/src/ui/startup.rs:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
impl PopupStack {
73
pub fn new() -> Self {
74
Self { stack: Vec::new() }
75
}
76
77
/// Push a popup onto the stack
78
pub fn push(&mut self, popup: PopupType) {
Callers
nothing calls this directly
Calls
12
resolve_appearance
Function · 0.85
resolve_effective_color_scheme
Function · 0.85
builtin_theme_json
Function · 0.85
is_light
Method · 0.80
trim
Method · 0.80
with_effective_scheme
Method · 0.80
apply_opencode_theme_json
Method · 0.80
load
Function · 0.50
is_empty
Method · 0.45
len
Method · 0.45
ok
Method · 0.45
load_current_model_name
Method · 0.45
Tested by
no test coverage detected