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