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

Method pop

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

Pop the top popup from the stack

(&mut self)

Source from the content-addressed store, hash-verified

84
85 /// Pop the top popup from the stack
86 pub fn pop(&mut self) -> Option<PopupType> {
87 self.stack.pop()
88 }
89
90 /// Peek at the top popup without removing it
91 #[allow(dead_code)]

Callers 15

render_tree_textFunction · 0.45
renderMethod · 0.45
handle_editing_keyMethod · 0.45
navigate_backMethod · 0.45
navigate_backMethod · 0.45
getEditorTypeFunction · 0.45
cleanupMethod · 0.45
provideDefinitionMethod · 0.45
getTerminalVisibleTextFunction · 0.45
bootstrapRootMethod · 0.45

Calls

no outgoing calls

Tested by 1

fileNameOfFunction · 0.36