Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
486
static
public
void
init() {
487
doInit();
488
}
489
490
private
static
boolean INIT = false;
// init guard
491
private
synchronized
static
void
doInit() {
Callers
6
legacy_repl
Method · 0.95
legacy_script
Method · 0.95
main
Method · 0.95
main
Method · 0.95
loadWithClass
Method · 0.95
Clojure
Class · 0.95
Calls
1
doInit
Method · 0.95
Tested by
no test coverage detected