MCPcopy Create free account
hub / github.com/e2wugui/zeze / BenchEnd

Class BenchEnd

ZezeJava/ZezeJavaTest/src/Benchmark/BenchSocket.java:305–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 }
304
305 static class BenchEnd extends Rpc<EmptyBean, EmptyBean> {
306 public static final int ProtocolId_ = Bean.hash32(BenchEnd.class.getName());
307
308 @Override
309 public int getModuleId() {
310 return 0;
311 }
312
313 @Override
314 public int getProtocolId() {
315 return ProtocolId_;
316 }
317
318 public BenchEnd() {
319 Argument = EmptyBean.instance;
320 Result = EmptyBean.instance;
321 }
322 }
323
324 @Test
325 public void testOutputBufferCodec() {

Callers

nothing calls this directly

Calls 2

hash32Method · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected