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

Class DeleteTopic

backend/src/git/topic.rs:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61pub struct DeleteTopic {
62 pub actor: Arc<Viewer>,
63 pub repo_id: RepoId,
64 pub topic_id: ExternalId,
65}
66
67pub struct DeleteTopicResult {
68 pub alerts: Vec<Alert>,

Callers 1

changeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected