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

Class UpdateTopicParentTopics

backend/src/git/topic.rs:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250pub struct UpdateTopicParentTopics<'l> {
251 pub actor: Arc<Viewer>,
252 pub parent_topic_ids: &'l [ExternalId],
253 pub repo_id: RepoId,
254 pub topic_id: &'l ExternalId,
255}
256
257pub struct UpdateTopicParentTopicsResult {
258 pub alerts: Vec<Alert>,

Callers 1

changeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected