MCPcopy 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

compileMethod · 0.95
supportsMetaMethod · 0.95
evalMethod · 0.95
emitMethod · 0.95
buildMethod · 0.80
emitStaticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected