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

Enum AlertType

crates/opencode-tui/src/components/dialogs/alert.rs:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9use crate::theme::Theme;
10
11pub enum AlertType {
12 Info,
13 Success,
14 Warning,
15 Error,
16}
17
18pub struct AlertDialog {
19 title: String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected