Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L1yp/van-app
/ getCode
Method
getCode
src/main/java/com/l1yp/model/common/ResultData.java:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
return
new
ResultData<>(statusCode, message, null,
new
ErrorInfo(errCode, errMessage));
53
}
54
55
56
public
int
getCode() {
57
return
code;
58
}
59
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected