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

Method Server

graphlearn/src/service/server.cc:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace graphlearn {
22
23Server::Server(ServerImpl* impl) : impl_(impl) {
24}
25
26Server::~Server() {
27 delete impl_;

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected