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

Method num_sccs

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

Get the number of SCCs.

(&self)

Source from the content-addressed store, hash-verified

320
321 /// Get the number of SCCs.
322 pub fn num_sccs(&self) -> usize {
323 self.sccs.len()
324 }
325}
326
327// TARJAN'S ALGORITHM

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected