Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
use super::{Mutation, RepoLinkDetails};
14
15
pub struct DeleteLink {
16
pub actor: Arc<Viewer>,
17
pub repo_id: RepoId,
18
pub link_id: ExternalId,
19
}
20
21
pub struct DeleteLinkResult {
22
pub alerts: Vec<Alert>,
Callers
1
change
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected