Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
73
pub struct VertexId(pub usize);
74
75
impl VertexId {
76
/// A dummy span ID used as a sentinel value.
Callers
3
vertex.rs
File · 0.85
new
Method · 0.85
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected