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

Method find

src/jvm/clojure/lang/Namespace.java:221–223  ·  view source on GitHub ↗
(Symbol name)

Source from the content-addressed store, hash-verified

219}
220
221public static Namespace find(Symbol name){
222 return namespaces.get(name);
223}
224
225public Object getMapping(Symbol name){
226 return mappings.get().valAt(name);

Callers 2

findMethod · 0.95
namespaceForMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected