Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ fnFor
Method
fnFor
src/jvm/clojure/lang/MethodImplCache.java:63–68 ·
view source on GitHub ↗
(Class c)
Source
from the content-addressed store, hash-verified
61
}
62
63
public
IFn fnFor(Class c){
64
Entry last = mre;
65
if
(last != null && last.c == c)
66
return
last.fn;
67
return
findFnFor(c);
68
}
69
70
IFn findFnFor(Class c){
71
if
(map != null)
Callers
nothing calls this directly
Calls
1
findFnFor
Method · 0.95
Tested by
no test coverage detected