MCPcopy Create free account
hub / github.com/PlexPt/rocket-pt / getCode

Method getCode

src/main/java/com/rocketpt/server/common/base/Status.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public int getCode() {
58 return this.code;
59 }
60
61 public String getMsg() {
62 return this.msg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected