MCPcopy 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

compileMethod · 0.95
emitKeywordCallsitesMethod · 0.95
emitMethod · 0.80

Calls 1

thunkNameMethod · 0.95

Tested by

no test coverage detected