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

Method from

atomic-core/src/output/alive/vertex.rs:102–104  ·  view source on GitHub ↗
(index: usize)

Source from the content-addressed store, hash-verified

100
101impl From<usize> for VertexId {
102 fn from(index: usize) -> Self {
103 VertexId(index)
104 }
105}
106
107impl From<VertexId> for usize {

Callers

nothing calls this directly

Calls 1

VertexIdClass · 0.85

Tested by

no test coverage detected