MCPcopy 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
72impl 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_appearanceFunction · 0.85
builtin_theme_jsonFunction · 0.85
is_lightMethod · 0.80
trimMethod · 0.80
with_effective_schemeMethod · 0.80
loadFunction · 0.50
is_emptyMethod · 0.45
lenMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected