Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getName
Method
getName
src/jvm/clojure/lang/Keyword.java:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
public
String getName(){
133
return
sym.getName();
134
}
135
136
private
Object readResolve() throws ObjectStreamException{
137
return
intern(sym);
Callers
2
invoke
Method · 0.95
invoke
Method · 0.95
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected