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

Method get_e

src/graph/util/parser.rs:66–68  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

64 }
65
66 pub fn get_e(&self) -> usize {
67 self.ne
68 }
69
70 pub fn get_edges(&self) -> Iter<'_, (usize, usize)> {
71 self.edges.iter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected