Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ thunkNameStatic
Method
thunkNameStatic
src/jvm/clojure/lang/Compiler.java:5814–5816 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
5812
//}
5813
5814
String thunkNameStatic(
int
n){
5815
return
thunkName(n) +
"__"
;
5816
}
5817
5818
Type constantType(
int
id){
5819
Object o = constants.nth(id);
Callers
3
compile
Method · 0.95
emitKeywordCallsites
Method · 0.95
emit
Method · 0.80
Calls
1
thunkName
Method · 0.95
Tested by
no test coverage detected