Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ Node
Class
Node
src/graph.rs:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
153
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
154
pub struct Node {
155
pub idx: usize,
156
pub deps: Vec<usize>,
157
}
158
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected