MCPcopy Create free account
hub / github.com/alibaba/GraphScope / has_child

Method has_child

analytical_engine/apps/python_pie/wrapper.h:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 return adj_list_t(fragment_->GetIncomingAdjList(v, e_label));
136 }
137 bool has_child(const vertex_t& v, label_id_t e_label) {
138 return fragment_->HasChild(v, e_label);
139 }
140 bool has_parent(const vertex_t& v, label_id_t e_label) {
141 return fragment_->HasParent(v, e_label);
142 }

Callers 1

PEvalMethod · 0.80

Calls 1

HasChildMethod · 0.45

Tested by 1

PEvalMethod · 0.64