MCPcopy Create free account
hub / github.com/catabriga/graphwar / sendMessage

Method sendMessage

src/Graphwar/ServerConnection.java:77–80  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

75 }
76
77 public void sendMessage(String message)
78 {
79 connection.sendMessage(message);
80 }
81
82 public void sendKeepAlive()
83 {

Callers 1

sendKeepAliveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected