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:142–144 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
140
}
141
142
static
public
Number incP(Object x){
143
return
ops(x).incP((Number)x);
144
}
145
146
static
public
Number dec(Object x){
147
return
ops(x).dec((Number)x);
Callers
nothing calls this directly
Calls
4
ops
Method · 0.95
num
Method · 0.95
incP
Method · 0.65
inc
Method · 0.65
Tested by
no test coverage detected