MCPcopy Create free account
hub / github.com/chc4/lineiform / NodeIdxToken

Class NodeIdxToken

tangle/src/node.rs:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13use std::rc::Rc;
14#[derive(Hash, PartialOrd, Ord, PartialEq, Eq, Clone, Copy, Default)]
15pub struct NodeIdxToken(u32);
16pub type NodeIdx = NodeIndex<NodeIdxToken>;
17pub type NodeEdge = EdgeIndex<NodeIdxToken>;
18unsafe impl petgraph::matrix_graph::IndexType for NodeIdxToken {

Callers 2

newMethod · 0.85
maxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected