Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getPrimitiveType
Method
getPrimitiveType
src/jvm/clojure/lang/Compiler.java:6572–6574 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6570
}
6571
6572
public
Class getPrimitiveType(){
6573
return
maybePrimitiveType(init);
6574
}
6575
}
6576
6577
public
static
class
LocalBindingExpr implements Expr, MaybePrimitiveExpr, AssignableExpr{
Callers
13
ctorTypes
Method · 0.95
compile
Method · 0.95
emitLetFnInits
Method · 0.95
emit
Method · 0.95
emitClearLocalsOld
Method · 0.95
emit
Method · 0.95
parse
Method · 0.95
compileStub
Method · 0.95
emitAssignLocal
Method · 0.80
emitLocal
Method · 0.80
emitUnboxedLocal
Method · 0.80
LocalBindingExpr
Method · 0.80
Calls
1
maybePrimitiveType
Method · 0.80
Tested by
no test coverage detected