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

Method oa

src/jvm/clojure/lang/Intrinsics.java:18–20  ·  view source on GitHub ↗
(Object... arr)

Source from the content-addressed store, hash-verified

16
17public class Intrinsics implements Opcodes{
18private static Object[] oa(Object... arr){
19 return arr;
20}
21
22static IPersistentMap ops = RT.map(
23 "public static double clojure.lang.Numbers.add(double,double)", DADD,

Callers 1

IntrinsicsClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected