Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ canEmitPrimitive
Method
canEmitPrimitive
src/jvm/clojure/lang/Compiler.java:7130–7132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7128
}
7129
7130
public
boolean canEmitPrimitive(){
7131
return
body instanceof MaybePrimitiveExpr && ((MaybePrimitiveExpr)body).canEmitPrimitive();
7132
}
7133
7134
}
7135
Callers
nothing calls this directly
Calls
1
canEmitPrimitive
Method · 0.65
Tested by
no test coverage detected