Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2241
static
public
Class classForNameNonLoading(String name) {
2242
return
classForName(name, false, baseLoader());
2243
}
2244
2245
static
public
Class loadClassForName(String name) {
2246
try
Callers
4
eval
Method · 0.95
maybeClass
Method · 0.95
readRecord
Method · 0.95
loadClassForName
Method · 0.95
Calls
2
classForName
Method · 0.95
baseLoader
Method · 0.95
Tested by
no test coverage detected