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

Method canEmitPrimitive

src/jvm/clojure/lang/Compiler.java:9407–9409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9405 }
9406
9407 public boolean canEmitPrimitive(){
9408 return Util.isPrimitive(returnType);
9409 }
9410
9411 public Class getJavaClass(){
9412 return returnType;

Callers

nothing calls this directly

Calls 1

isPrimitiveMethod · 0.95

Tested by

no test coverage detected