MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / message

Method message

crates/opencode-tui/src/components/dialogs/alert.rs:67–69  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

65 }
66
67 pub fn message(&self) -> &str {
68 &self.message
69 }
70
71 fn get_color(&self, theme: &Theme) -> ratatui::style::Color {
72 match self.alert_type {

Callers 1

handle_dialog_keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected