MCPcopy 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
116public byte byteValue(){
117 if(bipart == null)
118 return (byte) lpart;
119 else
120 return bipart.byteValue();
121}
122
123public short shortValue(){
124 if(bipart == null)

Callers 7

boxArgMethod · 0.80
indexOfMethod · 0.80
lastIndexOfMethod · 0.80
byteCastMethod · 0.80
uncheckedByteCastMethod · 0.80
byte_arrayMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected