Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ toSymbol
Method
toSymbol
src/jvm/clojure/lang/Var.java:133–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
public
Symbol toSymbol(){
134
return
Symbol.create((ns == null ? null : ns.name.name), sym.name);
135
}
136
137
public
String toString(){
138
if
(ns != null)
Callers
1
checkSpecs
Method · 0.80
Calls
1
create
Method · 0.95
Tested by
no test coverage detected