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

Method loadResourceScript

src/jvm/clojure/lang/RT.java:379–381  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

377}
378
379public static void loadResourceScript(String name) throws IOException{
380 loadResourceScript(name, true);
381}
382
383public static void maybeLoadResourceScript(String name) throws IOException{
384 loadResourceScript(name, false);

Callers 2

loadMethod · 0.95

Calls 4

resourceAsStreamMethod · 0.95
baseLoaderMethod · 0.95
loadMethod · 0.95
lastIndexOfMethod · 0.45

Tested by

no test coverage detected