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

Method new

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

Source from the content-addressed store, hash-verified

82 /// Create a new span ID.
83 #[inline]
84 pub fn new(index: usize) -> Self {
85 VertexId(index)
86 }
87
88 /// Get the underlying index.
89 #[inline]

Callers

nothing calls this directly

Calls 1

VertexIdClass · 0.85

Tested by

no test coverage detected