MCPcopy 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)]
122pub struct Link(pub(crate) git::Link);
123
124pub type LinkEdge = Edge<String, Link, EmptyFields>;
125

Callers 2

fromMethod · 0.70
try_fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected