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

Method name

src/graph/util/symbol_graph.rs:57–59  ·  view source on GitHub ↗

key associated with index v

(&self, v: usize)

Source from the content-addressed store, hash-verified

55
56 /// key associated with index v
57 pub fn name(&self, v: usize) -> Option<&str> {
58 self.keys.get(v).cloned()
59 }
60
61 /// underlying Graph
62 #[allow(non_snake_case)]

Callers 2

symbol_graphFunction · 0.80
degree_of_separationFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

symbol_graphFunction · 0.64
degree_of_separationFunction · 0.64