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

Method get_v

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

Source from the content-addressed store, hash-verified

60 }
61
62 pub fn get_v(&self) -> usize {
63 self.nv
64 }
65
66 pub fn get_e(&self) -> usize {
67 self.ne

Callers 4

fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected