Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ siteNameStatic
Method
siteNameStatic
src/jvm/clojure/lang/Compiler.java:5794–5796 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
5792
}
5793
5794
String siteNameStatic(
int
n){
5795
return
siteName(n) +
"__"
;
5796
}
5797
5798
String thunkName(
int
n){
5799
return
"__thunk__"
+ n;
Callers
3
compile
Method · 0.95
emitKeywordCallsites
Method · 0.95
emit
Method · 0.80
Calls
1
siteName
Method · 0.95
Tested by
no test coverage detected