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

Method isInteger

src/jvm/clojure/lang/Util.java:190–195  ·  view source on GitHub ↗
(Object x)

Source from the content-addressed store, hash-verified

188}
189
190static public boolean isInteger(Object x){
191 return x instanceof Integer
192 || x instanceof Long
193 || x instanceof BigInt
194 || x instanceof BigInteger;
195}
196
197static public Object ret1(Object ret, Object nil){
198 return ret;

Callers 8

invokeMethod · 0.95
containsKeyMethod · 0.95
entryAtMethod · 0.95
assocMethod · 0.95
valAtMethod · 0.95
valAtMethod · 0.95
invokeMethod · 0.95
assocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected