MCPcopy 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
138static public Number inc(Object x){
139 return ops(x).inc((Number)x);
140}
141
142static public Number incP(Object x){
143 return ops(x).incP((Number)x);

Callers 2

incMethod · 0.95
unchecked_incMethod · 0.95

Calls 2

opsMethod · 0.95
incMethod · 0.65

Tested by

no test coverage detected