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

Method uncheckedShortCast

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

Source from the content-addressed store, hash-verified

1426}
1427
1428static public short uncheckedShortCast(Object x){
1429 return ((Number) x).shortValue();
1430}
1431
1432static public short uncheckedShortCast(byte x){
1433 return x;

Callers

nothing calls this directly

Calls 1

shortValueMethod · 0.80

Tested by

no test coverage detected