Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ Topic
Class
Topic
backend/src/graphql/topic.rs:176–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
175
#[derive(Debug)]
176
pub struct Topic(pub(crate) git::Topic);
177
178
pub type TopicEdge = Edge<String, Topic, EmptyFields>;
179
pub type TopicConnection = Connection<String, Topic, EmptyFields, EmptyFields>;
Callers
2
from
Method · 0.70
try_from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected