MCPcopy Index your code
hub / github.com/clojure/clojure / meta

Method meta

src/jvm/clojure/lang/PersistentHashMap.java:291–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289}
290
291public IPersistentMap meta(){
292 return _meta;
293}
294
295static final class TransientHashMap extends ATransientMap {
296 final AtomicReference<Thread> edit;

Callers 3

assocMethod · 0.95
withoutMethod · 0.95
emptyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected