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

Method toString

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Rpc.java:356–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 }
355
356 @Override
357 public @NotNull String toString() {
358 return String.format("%s IsRequest=%b SessionId=%d ResultCode=%d\nArgument=%s\nResult=%s",
359 getClass().getName(), isRequest, sessionId, getResultCode(), Argument, Result);
360 }
361}

Callers 5

exceptionCaughtMethod · 0.45
contentStringMethod · 0.45
contentQueryMapMethod · 0.45
sendPathMethod · 0.45
toStrMethod · 0.45

Calls 3

formatMethod · 0.80
getNameMethod · 0.65
getResultCodeMethod · 0.45

Tested by

no test coverage detected