Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getMappings
Method
getMappings
src/jvm/clojure/lang/Namespace.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public
IPersistentMap getMappings(){
50
return
mappings.get();
51
}
52
53
/**
54
* An interned mapping is one where a var's ns matches the current ns and its sym matches the mapping key.
Callers
4
intern
Method · 0.95
reference
Method · 0.95
referenceClass
Method · 0.95
unmap
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected