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

Method load

src/jvm/clojure/lang/RT.java:443–445  ·  view source on GitHub ↗
(String scriptbase)

Source from the content-addressed store, hash-verified

441}
442
443static public void load(String scriptbase) throws IOException, ClassNotFoundException{
444 load(scriptbase, true);
445}
446
447static public void load(String scriptbase, boolean failIfNotFound) throws IOException, ClassNotFoundException{
448 String classfile = scriptbase + LOADER_SUFFIX + ".class";

Callers 3

mainMethod · 0.95
ensureMacroCheckMethod · 0.95
RTClass · 0.95

Calls 14

getResourceMethod · 0.95
baseLoaderMethod · 0.95
lastModifiedMethod · 0.95
pushThreadBindingsMethod · 0.95
mapUniqueKeysMethod · 0.95
loadClassForNameMethod · 0.95
popThreadBindingsMethod · 0.95
booleanCastMethod · 0.95
compileMethod · 0.95
loadResourceScriptMethod · 0.95
formatMethod · 0.80
derefMethod · 0.65

Tested by

no test coverage detected