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

Method commute

src/jvm/clojure/lang/Ref.java:165–167  ·  view source on GitHub ↗
(IFn fn, ISeq args)

Source from the content-addressed store, hash-verified

163}
164
165public Object commute(IFn fn, ISeq args) {
166 return LockingTransaction.getEx().doCommute(this, fn, args);
167}
168
169public Object alter(IFn fn, ISeq args) {
170 LockingTransaction t = LockingTransaction.getEx();

Callers

nothing calls this directly

Calls 2

getExMethod · 0.95
doCommuteMethod · 0.80

Tested by

no test coverage detected