Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
pub struct DeleteTopic {
62
pub actor: Arc<Viewer>,
63
pub repo_id: RepoId,
64
pub topic_id: ExternalId,
65
}
66
67
pub struct DeleteTopicResult {
68
pub alerts: Vec<Alert>,
Callers
1
change
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected