MCPcopy 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
49public 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

internMethod · 0.95
referenceMethod · 0.95
referenceClassMethod · 0.95
unmapMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected