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

Method isRunning

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

Source from the content-addressed store, hash-verified

210}
211
212static public boolean isRunning(){
213 return getRunning() != null;
214}
215
216static LockingTransaction getRunning(){
217 LockingTransaction t = transaction.get();

Callers

nothing calls this directly

Calls 1

getRunningMethod · 0.95

Tested by

no test coverage detected