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

Method alterMeta

src/jvm/clojure/lang/AReference.java:30–33  ·  view source on GitHub ↗
(IFn alter, ISeq args)

Source from the content-addressed store, hash-verified

28 }
29
30 synchronized public IPersistentMap alterMeta(IFn alter, ISeq args) {
31 _meta = (IPersistentMap) alter.applyTo(new Cons(_meta, args));
32 return _meta;
33 }
34
35 synchronized public IPersistentMap resetMeta(IPersistentMap m) {
36 _meta = m;

Callers

nothing calls this directly

Calls 1

applyToMethod · 0.65

Tested by

no test coverage detected