Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ trimGenID
Method
trimGenID
src/jvm/clojure/lang/Compiler.java:4851–4854 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
4849
}
4850
4851
static
String trimGenID(String name){
4852
int
i = name.lastIndexOf(
"__"
);
4853
return
i==-1?name:name.substring(0,i);
4854
}
4855
4856
4857
Callers
1
parse
Method · 0.80
Calls
1
lastIndexOf
Method · 0.45
Tested by
no test coverage detected