Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ main
Method
main
src/jvm/clojure/lang/Repl.java:19–21 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
17
public
class
Repl {
18
19
public
static
void
main(String[] args) {
20
main.legacy_repl(args);
21
}
22
}
Callers
nothing calls this directly
Calls
1
legacy_repl
Method · 0.80
Tested by
no test coverage detected