MCPcopy Index your code
hub / github.com/clojure/clojure / main

Method main

src/jvm/clojure/lang/Script.java:19–21  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

17public class Script {
18
19public static void main(String[] args) {
20 main.legacy_script(args);
21}
22}

Callers

nothing calls this directly

Calls 1

legacy_scriptMethod · 0.80

Tested by

no test coverage detected