Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ Link
Class
Link
backend/src/graphql/link.rs:122–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
#[derive(Debug)]
122
pub struct Link(pub(crate) git::Link);
123
124
pub type LinkEdge = Edge<String, Link, EmptyFields>;
125
Callers
2
from
Method · 0.70
try_from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected