Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ send_heartbeat
Method
send_heartbeat
python/graphscope/client/rpc.py:128–130 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
127
@handle_grpc_error
128
def
send_heartbeat(self):
129
request = message_pb2.HeartBeatRequest()
130
return
self._stub.HeartBeat(request)
131
132
@handle_grpc_error
133
def
_add_lib_impl(self, gar):
Callers
1
_send_heartbeat
Method · 0.80
Calls
1
HeartBeat
Method · 0.45
Tested by
no test coverage detected