Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ main
Method
main
src/jvm/clojure/main.java:37–41 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
35
}
36
37
public
static
void
main(String[] args) {
38
RT.init();
39
REQUIRE.invoke(CLOJURE_MAIN);
40
MAIN.applyTo(RT.seq(args));
41
}
42
}
Callers
nothing calls this directly
Calls
4
init
Method · 0.95
seq
Method · 0.95
invoke
Method · 0.65
applyTo
Method · 0.65
Tested by
no test coverage detected