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/RestFn.java:18–20 ·
view source on GitHub ↗
(Object args)
Source
from the content-addressed store, hash-verified
16
abstract
public
int
getRequiredArity();
17
18
protected
Object doInvoke(Object args) {
19
return
null;
20
}
21
22
protected
Object doInvoke(Object arg1, Object args) {
23
return
null;
Callers
2
applyTo
Method · 0.95
invoke
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected