Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ doInvoke
Method
doInvoke
src/jvm/clojure/lang/FnLoaderThunk.java:46–49 ·
view source on GitHub ↗
(Object args)
Source
from the content-addressed store, hash-verified
44
}
45
46
protected
Object doInvoke(Object args) {
47
load();
48
return
fn.applyTo((ISeq) args);
49
}
50
51
private
void
load() {
52
if
(fn == null)
Callers
nothing calls this directly
Calls
2
load
Method · 0.95
applyTo
Method · 0.65
Tested by
no test coverage detected