(&self)
| 30 | impl 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() |
nothing calls this directly
no outgoing calls
no test coverage detected