MCPcopy 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

render_messagesMethod · 0.45
render_messageMethod · 0.45
selection_textMethod · 0.45
history_prevMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected