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

Method getEx

src/jvm/clojure/lang/LockingTransaction.java:205–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205static LockingTransaction getEx(){
206 LockingTransaction t = transaction.get();
207 if(t == null || t.info == null)
208 throw new IllegalStateException("No transaction running");
209 return t;
210}
211
212static public boolean isRunning(){
213 return getRunning() != null;

Callers 4

setMethod · 0.95
commuteMethod · 0.95
alterMethod · 0.95
touchMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected