MCPcopy Index your code
hub / github.com/clojure/clojure / add

Method add

src/jvm/clojure/lang/Numbers.java:154–156  ·  view source on GitHub ↗
(Object x, Object y)

Source from the content-addressed store, hash-verified

152}
153
154static public Number add(Object x, Object y){
155 return ops(x).combine(ops(y)).add((Number)x, (Number)y);
156}
157
158static public Number addP(Object x, Object y){
159 return ops(x).combine(ops(y)).addP((Number)x, (Number)y);

Callers 5

rangeCountMethod · 0.95
addMethod · 0.95
incMethod · 0.95
decMethod · 0.95
unchecked_addMethod · 0.95

Calls 4

opsMethod · 0.95
addMethod · 0.65
combineMethod · 0.65
doubleValueMethod · 0.45

Tested by

no test coverage detected