Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ from
Method
from
atomic-core/src/output/alive/order.rs:100–102 ·
view source on GitHub ↗
(id: usize)
Source
from the content-addressed store, hash-verified
98
99
impl From<usize> for SccId {
100
fn from(id: usize) -> Self {
101
SccId(id)
102
}
103
}
104
105
impl From<SccId> for usize {
Callers
nothing calls this directly
Calls
1
SccId
Class · 0.85
Tested by
no test coverage detected