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

Method getRunning

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

Source from the content-addressed store, hash-verified

214}
215
216static LockingTransaction getRunning(){
217 LockingTransaction t = transaction.get();
218 if(t == null || t.info == null)
219 return null;
220 return t;
221}
222
223static public Object runInTransaction(Callable fn) throws Exception{
224 LockingTransaction t = transaction.get();

Callers 3

derefMethod · 0.95
dispatchActionMethod · 0.95
isRunningMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected