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

Method execute

src/main/java/fieldcef/plugins/Taps.java:271–273  ·  view source on GitHub ↗
(String javascript)

Source from the content-addressed store, hash-verified

269 this.canvasId = canvasId;
270 }
271
272 public void execute(String javascript) {
273 if (lastSocket != null) server.send(lastSocket, javascript);
274 }
275
276

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected