Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
impl From<usize> for VertexId {
102
fn from(index: usize) -> Self {
103
VertexId(index)
104
}
105
}
106
107
impl From<VertexId> for usize {
Callers
nothing calls this directly
Calls
1
VertexId
Class · 0.85
Tested by
no test coverage detected