Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getMapping
Method
getMapping
src/jvm/clojure/lang/Namespace.java:225–227 ·
view source on GitHub ↗
(Symbol name)
Source
from the content-addressed store, hash-verified
223
}
224
225
public
Object getMapping(Symbol name){
226
return
mappings.get().valAt(name);
227
}
228
229
public
Var findInternedVar(Symbol symbol){
230
Object o = mappings.get().valAt(symbol);
Callers
6
resolveSymbol
Method · 0.80
maybeClass
Method · 0.80
resolveIn
Method · 0.80
maybeResolveIn
Method · 0.80
lookupVar
Method · 0.80
syntaxQuote
Method · 0.80
Calls
2
valAt
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected