MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / stash_entries

Method stash_entries

crates/opencode-tui/src/components/prompt.rs:615–617  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

613 }
614
615 pub fn stash_entries(&self) -> &[PromptStashEntry] {
616 &self.stash
617 }
618
619 pub fn pop_stash(&mut self) -> Option<PromptStashEntry> {
620 let entry = self.stash.pop();

Callers 2

handle_dialog_keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected