MCPcopy 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
37public 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

initMethod · 0.95
seqMethod · 0.95
invokeMethod · 0.65
applyToMethod · 0.65

Tested by

no test coverage detected