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

Class UpsertLink

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

Source from the content-addressed store, hash-verified

700#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
701#[serde(rename_all = "camelCase")]
702pub struct UpsertLink {
703 pub actor_id: String,
704 pub add_parent_topic: Option<TopicInfo>,
705 pub date: Timestamp,
706 pub id: ExternalId,
707 pub parent_topics: BTreeSet<ExternalId>,
708 pub previous_title: Option<String>,
709 pub upserted_link: LinkInfo,
710}
711
712impl UpsertLink {
713 fn ids(&self) -> HashSet<&ExternalId> {

Callers 3

simple_caseFunction · 0.70
updated_titleFunction · 0.70
pathsFunction · 0.70

Calls

no outgoing calls

Tested by 3

simple_caseFunction · 0.56
updated_titleFunction · 0.56
pathsFunction · 0.56