Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ text
Method
text
backend/src/graphql/alert.rs:40–42 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
38
}
39
40
async fn text(&self) -> String {
41
self.text.to_owned()
42
}
43
}
44
45
impl From<&types::Alert> for Alert {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected