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

Class UpsertTopic

backend/src/git/topic.rs:529–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529pub struct UpsertTopic {
530 pub actor: Arc<Viewer>,
531 pub locale: Locale,
532 pub name: String,
533 pub on_matching_synonym: OnMatchingSynonym,
534 pub parent_topic_id: ExternalId,
535 pub repo_id: RepoId,
536}
537
538pub struct UpsertTopicResult {
539 pub alerts: Vec<Alert>,

Callers 1

changeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected