Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
212
static
public
boolean isRunning(){
213
return
getRunning() != null;
214
}
215
216
static
LockingTransaction getRunning(){
217
LockingTransaction t = transaction.get();
Callers
nothing calls this directly
Calls
1
getRunning
Method · 0.95
Tested by
no test coverage detected