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

Class UpdateLinkParentTopics

backend/src/git/link.rs:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83pub struct UpdateLinkParentTopics {
84 pub actor: Arc<Viewer>,
85 pub repo_id: RepoId,
86 pub link_id: ExternalId,
87 pub parent_topic_ids: BTreeSet<ExternalId>,
88}
89
90pub struct UpdateLinkParentTopicsResult {
91 pub alerts: Vec<Alert>,

Callers 1

changeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected