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

Method currentNS

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

Source from the content-addressed store, hash-verified

8104}
8105
8106static Namespace currentNS(){
8107 return (Namespace) RT.CURRENT_NS.deref();
8108}
8109
8110static void closeOver(LocalBinding b, ObjMethod method){
8111 if(b != null && method != null)

Callers 11

resolveSymbolMethod · 0.95
isMacroMethod · 0.95
isInlineMethod · 0.95
resolveMethod · 0.95
namespaceForMethod · 0.95
resolveInMethod · 0.95
lookupVarMethod · 0.95
matchSymbolMethod · 0.95
invokeMethod · 0.95
syntaxQuoteMethod · 0.95
invokeMethod · 0.95

Calls 1

derefMethod · 0.65

Tested by

no test coverage detected