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