Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
8106
static
Namespace currentNS(){
8107
return
(Namespace) RT.CURRENT_NS.deref();
8108
}
8109
8110
static
void
closeOver(LocalBinding b, ObjMethod method){
8111
if
(b != null && method != null)
Callers
11
resolveSymbol
Method · 0.95
isMacro
Method · 0.95
isInline
Method · 0.95
resolve
Method · 0.95
namespaceFor
Method · 0.95
resolveIn
Method · 0.95
lookupVar
Method · 0.95
matchSymbol
Method · 0.95
invoke
Method · 0.95
syntaxQuote
Method · 0.95
invoke
Method · 0.95
Calls
1
deref
Method · 0.65
Tested by
no test coverage detected