Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
17
public
class
Intrinsics implements Opcodes{
18
private
static
Object[] oa(Object... arr){
19
return
arr;
20
}
21
22
static
IPersistentMap ops = RT.map(
23
"public static double clojure.lang.Numbers.add(double,double)"
, DADD,
Callers
1
Intrinsics
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected