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

Class LinkInfoList

backend/src/git/activity.rs:272–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
272pub struct LinkInfoList(pub BTreeSet<LinkInfo>);
273
274impl LinkInfoList {
275 fn is_empty(&self) -> bool {

Callers 1

delete_topicFunction · 0.85

Calls

no outgoing calls

Tested by 1

delete_topicFunction · 0.68