MCPcopy Create free account
hub / github.com/Tencent/embedx / GetOutDegree

Method GetOutDegree

src/graph/in_memory_graph.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 return graph_builder_->context_storage()->GetInDegree(dst_node);
50 }
51 int GetOutDegree(int_t src_node) const {
52 return graph_builder_->context_storage()->GetOutDegree(src_node);
53 }
54
55 // keys
56 const vec_int_t& node_keys() const noexcept {

Callers 4

TestOneNameSpaceMethod · 0.45
TestTwoNameSpaceMethod · 0.45
DegreeCacheMethod · 0.45
ImportanceCacheMethod · 0.45

Calls 1

context_storageMethod · 0.80

Tested by 2

TestOneNameSpaceMethod · 0.36
TestTwoNameSpaceMethod · 0.36