MCPcopy Create free account
hub / github.com/BirolLab/abyss / operator*

Method operator*

Graph/DirectedGraph.h:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 adjacency_iterator(const It& it) : It(it) { }
136
137 vertex_descriptor operator*() const
138 {
139 return It::operator*().target();
140 }
141
142 const edge_property_type& get_property() const
143 {

Callers

nothing calls this directly

Calls 1

targetMethod · 0.45

Tested by

no test coverage detected