Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ shortValue
Method
shortValue
ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
public
short shortValue() {
119
return
(short)longValue();
120
}
121
122
public
int
intValue() {
123
return
(
int
)longValue();
Callers
1
write
Method · 0.45
Calls
1
longValue
Method · 0.95
Tested by
no test coverage detected