MCPcopy 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)]
176pub struct Topic(pub(crate) git::Topic);
177
178pub type TopicEdge = Edge<String, Topic, EmptyFields>;
179pub type TopicConnection = Connection<String, Topic, EmptyFields, EmptyFields>;

Callers 2

fromMethod · 0.70
try_fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected