Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ inc
Method
inc
src/jvm/clojure/lang/Numbers.java:595–598 ·
view source on GitHub ↗
(Number x)
Source
from the content-addressed store, hash-verified
593
}
594
595
public
Number inc(Number x){
596
long val = x.longValue();
597
return
num(Numbers.inc(val));
598
}
599
600
public
Number incP(Number x){
601
long val = x.longValue();
Callers
nothing calls this directly
Calls
3
inc
Method · 0.95
num
Method · 0.80
longValue
Method · 0.45
Tested by
no test coverage detected