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:138–140 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
136
}
137
138
static
public
Number inc(Object x){
139
return
ops(x).inc((Number)x);
140
}
141
142
static
public
Number incP(Object x){
143
return
ops(x).incP((Number)x);
Callers
2
inc
Method · 0.95
unchecked_inc
Method · 0.95
Calls
2
ops
Method · 0.95
inc
Method · 0.65
Tested by
no test coverage detected