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

Method index

atomic-core/src/output/alive/graph.rs:409–411  ·  view source on GitHub ↗
(&self, id: VertexId)

Source from the content-addressed store, hash-verified

407 type Output = AliveVertex;
408
409 fn index(&self, id: VertexId) -> &Self::Output {
410 &self.vertices[id.index()]
411 }
412}
413
414impl std::ops::IndexMut<VertexId> for AliveGraph {

Callers 9

get_vertexMethod · 0.45
vertex_mutMethod · 0.45
try_get_vertexMethod · 0.45
get_vertex_mutMethod · 0.45
childrenMethod · 0.45
get_childMethod · 0.45
child_countMethod · 0.45
add_extra_childMethod · 0.45
index_mutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected