MCPcopy 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
99impl From<usize> for SccId {
100 fn from(id: usize) -> Self {
101 SccId(id)
102 }
103}
104
105impl From<SccId> for usize {

Callers

nothing calls this directly

Calls 1

SccIdClass · 0.85

Tested by

no test coverage detected