MCPcopy Create free account
hub / github.com/douchuan/algorithm / count

Method count

src/graph/directed/scc.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42 }
43
44 pub fn count(&self) -> usize {
45 self.count
46 }
47}
48
49impl KosarajuSCC {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected