MCPcopy Create free account
hub / github.com/elftausend/graplot / Graph

Class Graph

src/graph.rs:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45#[derive(Debug, Default)]
46pub struct Graph {
47 pub nodes: Vec<Node>,
48 pub graph_desc: GraphDesc,
49}
50
51impl From<Vec<Node>> for Graph {
52 fn from(nodes: Vec<Node>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected