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

Method all

src/jvm/clojure/lang/Namespace.java:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41public static ISeq all(){
42 return RT.seq(namespaces.values());
43}
44
45public Symbol getName(){
46 return name;

Callers

nothing calls this directly

Calls 2

seqMethod · 0.95
valuesMethod · 0.80

Tested by

no test coverage detected