Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ sendMessage
Method
sendMessage
src/Graphwar/GlobalClient.java:594–597 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
592
}
593
594
public
void
sendMessage(String message)
595
{
596
connection.sendMessage(message);
597
}
598
599
public
void
sendKeepAlive()
600
{
Callers
15
joinGlobalServer
Method · 0.45
sendChatMessage
Method · 0.45
recreateRoom
Method · 0.45
createRoom
Method · 0.45
closeRoom
Method · 0.45
hideRoom
Method · 0.45
quitGlobal
Method · 0.45
sendRoomStatus
Method · 0.45
sendKeepAlive
Method · 0.45
getRemainingTime
Method · 0.45
sendChatMessage
Method · 0.45
sendFunction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected