Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
278
pub struct Topic {
279
_map: Map,
280
display_topic: RepoTopicWrapper,
281
pub repo_topics: Vec<RepoTopicWrapper>,
282
pub key: Okey,
283
}
284
285
impl TryFrom<Object> for Topic {
286
type Error = Error;
Callers
1
finalize
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected