MCPcopy 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
31public static void legacy_script(String[] args) {
32 RT.init();
33 REQUIRE.invoke(CLOJURE_MAIN);
34 LEGACY_SCRIPT.invoke(RT.seq(args));
35}
36
37public static void main(String[] args) {
38 RT.init();

Callers 1

mainMethod · 0.80

Calls 3

initMethod · 0.95
seqMethod · 0.95
invokeMethod · 0.65

Tested by

no test coverage detected