MCPcopy Create free account
hub / github.com/BirolLab/abyss / out_degree

Method out_degree

Graph/HashGraph.h:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 degree_size_type
101 out_degree(const vertex_descriptor& v) const
102 {
103 typename VertexMap::const_iterator i = m_vertices.find(v);
104 if (i == m_vertices.end())
105 return 0;
106 return i->second.size();
107 }
108
109 typename VertexMap::iterator
110 init_vertex(const vertex_descriptor &v)

Callers 4

out_degreeFunction · 0.45
out_degreeFunction · 0.45
popBubbleFunction · 0.45
popSimpleBubbleFunction · 0.45

Calls 3

findMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected