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

Method classForNameNonLoading

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

Source from the content-addressed store, hash-verified

2239}
2240
2241static public Class classForNameNonLoading(String name) {
2242 return classForName(name, false, baseLoader());
2243}
2244
2245static public Class loadClassForName(String name) {
2246 try

Callers 4

evalMethod · 0.95
maybeClassMethod · 0.95
readRecordMethod · 0.95
loadClassForNameMethod · 0.95

Calls 2

classForNameMethod · 0.95
baseLoaderMethod · 0.95

Tested by

no test coverage detected