Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ find
Method
find
src/jvm/clojure/lang/Namespace.java:221–223 ·
view source on GitHub ↗
(Symbol name)
Source
from the content-addressed store, hash-verified
219
}
220
221
public
static
Namespace find(Symbol name){
222
return
namespaces.get(name);
223
}
224
225
public
Object getMapping(Symbol name){
226
return
mappings.get().valAt(name);
Callers
2
find
Method · 0.95
namespaceFor
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected