Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
83
pub struct SccId(pub usize);
84
85
impl SccId {
86
/// Create a new SCC ID.
Callers
2
new
Method · 0.85
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected