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

Method new

src/graph.rs:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57impl Graph {
58 pub fn new() -> Graph {
59 Graph::default()
60 }
61
62 pub fn set_graph_desc(&mut self, graph_desc: GraphDesc) {
63 self.graph_desc = graph_desc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected