MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / VertexId

Class VertexId

atomic-core/src/output/alive/vertex.rs:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71/// for type safety.
72#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
73pub struct VertexId(pub usize);
74
75impl VertexId {
76 /// A dummy span ID used as a sentinel value.

Callers 3

vertex.rsFile · 0.85
newMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected