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

Class DeleteLink

backend/src/git/link.rs:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13use super::{Mutation, RepoLinkDetails};
14
15pub struct DeleteLink {
16 pub actor: Arc<Viewer>,
17 pub repo_id: RepoId,
18 pub link_id: ExternalId,
19}
20
21pub struct DeleteLinkResult {
22 pub alerts: Vec<Alert>,

Callers 1

changeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected