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/Symbol.java:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
String getName(){
44
return
name;
45
}
46
47
// the create thunks preserve binary compatibility with code compiled
48
// against earlier version of Clojure and can be removed (at some point).
Callers
4
invoke
Method · 0.95
invoke
Method · 0.95
invoke
Method · 0.95
var
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected