Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isDeftype
Method
isDeftype
src/jvm/clojure/lang/Compiler.java:5531–5533 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5529
}
5530
5531
boolean isDeftype(){
5532
return
fields != null;
5533
}
5534
5535
boolean supportsMeta(){
5536
return
!isDeftype();
Callers
6
compile
Method · 0.95
supportsMeta
Method · 0.95
eval
Method · 0.95
emit
Method · 0.95
build
Method · 0.80
emitStatics
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected