MCPcopy Create free account
hub / github.com/emwalker/digraph / Topic

Class Topic

backend/src/git/ext.rs:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277#[derive(Clone, Debug)]
278pub struct Topic {
279 _map: Map,
280 display_topic: RepoTopicWrapper,
281 pub repo_topics: Vec<RepoTopicWrapper>,
282 pub key: Okey,
283}
284
285impl TryFrom<Object> for Topic {
286 type Error = Error;

Callers 1

finalizeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected