MCPcopy 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
142static public Number incP(Object x){
143 return ops(x).incP((Number)x);
144}
145
146static public Number dec(Object x){
147 return ops(x).dec((Number)x);

Callers

nothing calls this directly

Calls 4

opsMethod · 0.95
numMethod · 0.95
incPMethod · 0.65
incMethod · 0.65

Tested by

no test coverage detected