Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlexPt/rocket-pt
/ Status
Method
Status
src/main/java/com/rocketpt/server/common/base/Status.java:52–55 ·
view source on GitHub ↗
(int code, String msg)
Source
from the content-addressed store, hash-verified
50
private
String msg;
51
52
Status(
int
code, String msg) {
53
this.code = code;
54
this.msg = msg;
55
}
56
57
public
int
getCode() {
58
return
this.code;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected