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

Class UpdateTopicSynonyms

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

Source from the content-addressed store, hash-verified

673#[derive(Clone, Deserialize, Serialize, Eq, PartialEq)]
674#[serde(rename_all = "camelCase")]
675pub struct UpdateTopicSynonyms {
676 pub actor_id: String,
677 pub added_synonyms: SynonymList,
678 pub date: Timestamp,
679 pub id: ExternalId,
680 pub parent_topics: BTreeSet<ExternalId>,
681 pub removed_synonyms: SynonymList,
682 pub reordered: bool,
683 pub updated_topic: TopicInfo,
684}
685
686impl UpdateTopicSynonyms {
687 fn ids(&self) -> HashSet<&ExternalId> {

Callers 4

added_and_removedFunction · 0.70
removedFunction · 0.70
reorderedFunction · 0.70
pathsFunction · 0.70

Calls

no outgoing calls

Tested by 4

added_and_removedFunction · 0.56
removedFunction · 0.56
reorderedFunction · 0.56
pathsFunction · 0.56