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

Method maybeLoadResourceScript

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

Source from the content-addressed store, hash-verified

381}
382
383public static void maybeLoadResourceScript(String name) throws IOException{
384 loadResourceScript(name, false);
385}
386
387public static void loadResourceScript(String name, boolean failIfNotFound) throws IOException{
388 loadResourceScript(RT.class, name, failIfNotFound);

Callers 1

doInitMethod · 0.95

Calls 1

loadResourceScriptMethod · 0.95

Tested by

no test coverage detected