MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / run

Method run

src/main/java/core/packetproxy/model/Packets.java:123–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 Runnable task = new Runnable() {
122
123 public void run() {
124 try {
125
126 updateSync(packet);
127 } catch (Exception e) {
128
129 errWithStackTrace(e);
130 }
131 }
132 };
133 executor.execute(task);
134 }

Callers

nothing calls this directly

Calls 2

updateSyncMethod · 0.95
errWithStackTraceMethod · 0.80

Tested by

no test coverage detected