Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ invoke
Method
invoke
src/jvm/clojure/lang/FnLoaderThunk.java:31–34 ·
view source on GitHub ↗
(Object arg1)
Source
from the content-addressed store, hash-verified
29
}
30
31
public
Object invoke(Object arg1) {
32
load();
33
return
fn.invoke(arg1);
34
}
35
36
public
Object invoke(Object arg1, Object arg2) {
37
load();
Callers
nothing calls this directly
Calls
2
load
Method · 0.95
invoke
Method · 0.65
Tested by
no test coverage detected