Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ byteValue
Method
byteValue
src/jvm/clojure/lang/BigInt.java:116–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
public
byte byteValue(){
117
if
(bipart == null)
118
return
(byte) lpart;
119
else
120
return
bipart.byteValue();
121
}
122
123
public
short shortValue(){
124
if
(bipart == null)
Callers
7
boxArg
Method · 0.80
indexOf
Method · 0.80
lastIndexOf
Method · 0.80
byteCast
Method · 0.80
uncheckedByteCast
Method · 0.80
byte_array
Method · 0.80
visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected