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

Method init

src/jvm/clojure/lang/RT.java:486–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484}
485
486static public void init() {
487 doInit();
488}
489
490private static boolean INIT = false; // init guard
491private synchronized static void doInit() {

Callers 6

legacy_replMethod · 0.95
legacy_scriptMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
loadWithClassMethod · 0.95
ClojureClass · 0.95

Calls 1

doInitMethod · 0.95

Tested by

no test coverage detected