MCPcopy Index your code
hub / github.com/clojure/clojure / toString

Method toString

src/jvm/clojure/lang/Var.java:137–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137public String toString(){
138 if(ns != null)
139 return "#'" + ns.name + "/" + sym;
140 return "#<Var: " + (sym != null ? sym.toString() : "--unnamed--") + ">";
141}
142
143public static Var find(Symbol nsQualifiedSym){
144 if(nsQualifiedSym.ns == null)

Callers 15

currentValMethod · 0.45
getStringMethod · 0.45
readTokenMethod · 0.45
readNumberMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45
readTaggedMethod · 0.45
readTokenMethod · 0.45
readNumberMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected