Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ incP
Method
incP
src/jvm/clojure/lang/Numbers.java:100–102 ·
view source on GitHub ↗
(Number x)
Source
from the content-addressed store, hash-verified
98
}
99
100
public
Number incP(Number x){
101
return
inc(x);
102
}
103
104
public
Number unchecked_inc(Number x){
105
return
inc(x);
Callers
nothing calls this directly
Calls
1
inc
Method · 0.65
Tested by
no test coverage detected