MCPcopy Index your code
hub / github.com/emwalker/digraph / UpdateTopicParentTopics

Class UpdateTopicParentTopics

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

Source from the content-addressed store, hash-verified

635#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
636#[serde(rename_all = "camelCase")]
637pub struct UpdateTopicParentTopics {
638 pub actor_id: String,
639 pub added_parent_topics: TopicInfoList,
640 pub id: ExternalId,
641 pub date: Timestamp,
642 pub parent_topic_ids: BTreeSet<ExternalId>,
643 pub removed_parent_topics: TopicInfoList,
644 pub updated_topic: TopicInfo,
645}
646
647impl UpdateTopicParentTopics {
648 fn ids(&self) -> HashSet<&ExternalId> {

Callers 2

simple_caseFunction · 0.70
pathsFunction · 0.70

Calls

no outgoing calls

Tested by 2

simple_caseFunction · 0.56
pathsFunction · 0.56