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

Method keyword

src/jvm/clojure/lang/RT.java:367–369  ·  view source on GitHub ↗
(String ns, String name)

Source from the content-addressed store, hash-verified

365}
366
367static public Keyword keyword(String ns, String name){
368 return Keyword.intern((Symbol.intern(ns, name)));
369}
370
371static public Var var(String ns, String name){
372 return Var.intern(Namespace.findOrCreate(Symbol.intern(null, ns)), Symbol.intern(null, name));

Callers 1

CompilerClass · 0.95

Calls 2

internMethod · 0.95
internMethod · 0.95

Tested by

no test coverage detected