MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / broadcast

Method broadcast

src/main/java/fielded/webserver/Server.java:333–335  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

331 }
332
333 static public class ConnectionLost extends RuntimeException {
334 public ConnectionLost(String s) {
335 super(s);
336 }
337 }
338

Callers 2

sendJavaScriptNowMethod · 0.80
sendMethod · 0.80

Calls 2

forEachMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected