Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ topics
Method
topics
backend/src/graphql/query.rs:16–18 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
14
}
15
16
async fn topics(&self) -> Result<TopicConnection> {
17
connection(None, None, None, None, vec![]).await
18
}
19
}
Callers
nothing calls this directly
Calls
1
connection
Function · 0.85
Tested by
no test coverage detected