Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ from
Method
from
src/graph.rs:52–54 ·
view source on GitHub ↗
(nodes: Vec<Node>)
Source
from the content-addressed store, hash-verified
50
51
impl From<Vec<Node>> for Graph {
52
fn from(nodes: Vec<Node>) -> Self {
53
Graph { nodes, graph_desc: Default::default() }
54
}
55
}
56
57
impl Graph {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected