Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
use crate::theme::Theme;
10
11
pub enum AlertType {
12
Info,
13
Success,
14
Warning,
15
Error,
16
}
17
18
pub struct AlertDialog {
19
title: String,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected