Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ sendKeepAlive
Method
sendKeepAlive
src/GraphServer/ClientConnection.java:146–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
public
void
sendKeepAlive()
147
{
148
connection.sendMessage(NetworkProtocol.NO_INFO+
""
);
149
}
150
151
public
void
run()
152
{
Callers
1
run
Method · 0.95
Calls
1
sendMessage
Method · 0.45
Tested by
no test coverage detected