Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ legacy_script
Method
legacy_script
src/jvm/clojure/main.java:31–35 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
29
}
30
31
public
static
void
legacy_script(String[] args) {
32
RT.init();
33
REQUIRE.invoke(CLOJURE_MAIN);
34
LEGACY_SCRIPT.invoke(RT.seq(args));
35
}
36
37
public
static
void
main(String[] args) {
38
RT.init();
Callers
1
main
Method · 0.80
Calls
3
init
Method · 0.95
seq
Method · 0.95
invoke
Method · 0.65
Tested by
no test coverage detected