Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ TopicInfoList
Class
TopicInfoList
backend/src/git/activity.rs:170–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
169
#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
170
pub struct TopicInfoList(BTreeSet<TopicInfo>);
171
172
impl Default for TopicInfoList {
173
fn default() -> Self {
Callers
3
update_link_parent_topics
Function · 0.85
delete_link
Function · 0.85
delete_topic
Function · 0.85
Calls
no outgoing calls
Tested by
3
update_link_parent_topics
Function · 0.68
delete_link
Function · 0.68
delete_topic
Function · 0.68