Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ classOf
Method
classOf
src/jvm/clojure/lang/Util.java:138–142 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
136
}
137
138
static
public
Class classOf(Object x){
139
if
(x != null)
140
return
x.getClass();
141
return
null;
142
}
143
144
static
public
int
compare(Object k1, Object k2){
145
if
(k1 == k2)
Callers
1
constantType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected