Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ run
Method
run
src/jvm/clojure/lang/Ref.java:240–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
238
}
239
240
public
void
run(){
241
invoke();
242
}
243
244
public
Object invoke() {
245
return
fn().invoke();
Callers
nothing calls this directly
Calls
1
invoke
Method · 0.95
Tested by
no test coverage detected