MCPcopy 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)]
455pub struct Link {
456 _map: Map,
457 display_link: RepoLinkWrapper,
458 pub repo_links: Vec<RepoLinkWrapper>,
459 pub key: Okey,
460}
461
462impl TryFrom<Object> for Link {
463 type Error = Error;

Callers 1

finalizeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected