MCPcopy Index your code
hub / github.com/clojure/clojure / uncheckedByteCast

Method uncheckedByteCast

src/jvm/clojure/lang/RT.java:1400–1402  ·  view source on GitHub ↗
(Object x)

Source from the content-addressed store, hash-verified

1398}
1399
1400static public byte uncheckedByteCast(Object x){
1401 return ((Number) x).byteValue();
1402}
1403
1404static public byte uncheckedByteCast(byte x){
1405 return x;

Callers

nothing calls this directly

Calls 1

byteValueMethod · 0.80

Tested by

no test coverage detected