Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ sendMessage
Method
sendMessage
src/GraphServer/ClientConnection.java:141–144 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
139
}
140
141
public
void
sendMessage(String message)
142
{
143
connection.sendMessage(message);
144
}
145
146
public
void
sendKeepAlive()
147
{
Callers
5
addClient
Method · 0.95
run
Method · 0.95
sendMessageAll
Method · 0.95
sendAddPlayerMessage
Method · 0.95
sendKeepAlive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected