Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ Link
Class
Link
backend/src/git/ext.rs:455–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
453
454
#[derive(Clone, Debug)]
455
pub struct Link {
456
_map: Map,
457
display_link: RepoLinkWrapper,
458
pub repo_links: Vec<RepoLinkWrapper>,
459
pub key: Okey,
460
}
461
462
impl TryFrom<Object> for Link {
463
type Error = Error;
Callers
1
finalize
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected