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

Method intern

src/jvm/clojure/lang/Var.java:122–124  ·  view source on GitHub ↗
(Namespace ns, Symbol sym, Object root)

Source from the content-addressed store, hash-verified

120}
121
122public static Var intern(Namespace ns, Symbol sym, Object root){
123 return intern(ns, sym, root, true);
124}
125
126public static Var intern(Namespace ns, Symbol sym, Object root, boolean replaceRoot){
127 Var dvout = ns.intern(sym);

Callers 11

internPrivateMethod · 0.95
CompilerClass · 0.95
pushNSMethod · 0.95
pushNSandLoaderMethod · 0.95
RTClass · 0.95
varMethod · 0.95
varMethod · 0.95
readResolveMethod · 0.45
parseMethod · 0.45
analyzeMethod · 0.45
lookupVarMethod · 0.45

Calls 3

hasRootMethod · 0.95
bindRootMethod · 0.95
findOrCreateMethod · 0.95

Tested by

no test coverage detected