Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
namespace graphlearn {
22
23
Server::Server(ServerImpl* impl) : impl_(impl) {
24
}
25
26
Server::~Server() {
27
delete impl_;
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected