Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ Alert
Class
Alert
backend/src/graphql/alert.rs:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
#[derive(Clone, Debug)]
23
pub struct Alert {
24
pub text: String,
25
pub alert_type: AlertType,
26
pub id: String,
27
}
28
29
#[Object]
30
impl Alert {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected