Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1400
static
public
byte uncheckedByteCast(Object x){
1401
return
((Number) x).byteValue();
1402
}
1403
1404
static
public
byte uncheckedByteCast(byte x){
1405
return
x;
Callers
nothing calls this directly
Calls
1
byteValue
Method · 0.80
Tested by
no test coverage detected