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

Method alerts

backend/src/graphql/mod.rs:166–168  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

164#[Object]
165impl QueryRoot {
166 async fn alerts(&self) -> Vec<alert::Alert> {
167 vec![]
168 }
169
170 async fn view(
171 &self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected