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

Class SccId

atomic-core/src/output/alive/order.rs:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81/// is the "deepest" in the DAG of SCCs).
82#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
83pub struct SccId(pub usize);
84
85impl SccId {
86 /// Create a new SCC ID.

Callers 2

newMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected