MCPcopy Create free account
hub / github.com/emwalker/digraph / alert_type

Method alert_type

backend/src/graphql/alert.rs:32–34  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30impl Alert {
31 #[graphql(name = "type")]
32 async fn alert_type(&self) -> AlertType {
33 self.alert_type
34 }
35
36 async fn id(&self) -> String {
37 self.id.to_owned()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected