Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ intValue
Method
intValue
src/jvm/clojure/lang/Ratio.java:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
public
int
intValue(){
47
return
(
int
) doubleValue();
48
}
49
50
public
long longValue(){
51
return
bigIntegerValue().longValue();
Callers
15
invoke
Method · 0.45
invoke
Method · 0.45
containsKey
Method · 0.45
entryAt
Method · 0.45
assoc
Method · 0.45
valAt
Method · 0.45
lineDeref
Method · 0.45
columnDeref
Method · 0.45
emitValue
Method · 0.45
getAndIncLocalNum
Method · 0.45
parse
Method · 0.45
compare
Method · 0.45
Calls
1
doubleValue
Method · 0.95
Tested by
no test coverage detected