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

Class UpdateTopicSynonyms

backend/src/git/topic.rs:376–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376pub struct UpdateTopicSynonyms {
377 pub actor: Arc<Viewer>,
378 pub repo_id: RepoId,
379 pub synonyms: Vec<Synonym>,
380 pub topic_id: ExternalId,
381}
382
383pub struct UpdateTopicSynonymsResult {
384 pub alerts: Vec<Alert>,

Callers 1

changeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected