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

Method new

atomic-core/src/output/alive/order.rs:88–90  ·  view source on GitHub ↗
(id: usize)

Source from the content-addressed store, hash-verified

86 /// Create a new SCC ID.
87 #[inline]
88 pub fn new(id: usize) -> Self {
89 SccId(id)
90 }
91
92 /// Get the underlying index.
93 #[inline]

Callers

nothing calls this directly

Calls 1

SccIdClass · 0.85

Tested by

no test coverage detected