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

Method pushNS

src/jvm/clojure/lang/Compiler.java:8272–8275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8270}
8271
8272public static void pushNS(){
8273 Var.pushThreadBindings(PersistentHashMap.create(Var.intern(Symbol.intern("clojure.core"),
8274 Symbol.intern("*ns*")).setDynamic(), null));
8275}
8276
8277public static void pushNSandLoader(ClassLoader loader){
8278 Var.pushThreadBindings(RT.map(Var.intern(Symbol.intern("clojure.core"),

Callers

nothing calls this directly

Calls 5

pushThreadBindingsMethod · 0.95
createMethod · 0.95
internMethod · 0.95
internMethod · 0.95
setDynamicMethod · 0.80

Tested by

no test coverage detected