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

Class DeleteLink

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

Source from the content-addressed store, hash-verified

453#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
454#[serde(rename_all = "camelCase")]
455pub struct DeleteLink {
456 pub actor_id: String,
457 pub id: ExternalId,
458 pub date: Timestamp,
459 pub deleted_link: LinkInfo,
460 pub parent_topics: TopicInfoList,
461}
462
463impl DeleteLink {
464 fn ids(&self) -> HashSet<&ExternalId> {

Callers 1

delete_linkFunction · 0.70

Calls

no outgoing calls

Tested by 1

delete_linkFunction · 0.56