Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ siteName
Method
siteName
src/jvm/clojure/lang/Compiler.java:5790–5792 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
5788
}
5789
5790
String siteName(
int
n){
5791
return
"__site__"
+ n;
5792
}
5793
5794
String siteNameStatic(
int
n){
5795
return
siteName(n) +
"__"
;
Callers
1
siteNameStatic
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected