MCPcopy Create free account
hub / github.com/alibaba/graph-learn / UpdateEdges

Method UpdateEdges

graphlearn/src/actor/graph/graph_actor.act.cc:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void GraphActor::UpdateEdges(UpdateEdgesRequestWrapper&& request) {
48 edges_num_ += request.Size();
49 auto graph = store_->GetGraph(request.Type());
50 UpdateEdgesResponse res;
51 graph->UpdateEdges(request.Get(), &res);
52}
53
54void GraphActor::ReceiveEOS() {
55 if (++received_eos_number_ == data_parser_num_) {

Callers 1

AlienSendMethod · 0.45

Calls 4

GetGraphMethod · 0.80
SizeMethod · 0.45
TypeMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected