Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ applyTo
Method
applyTo
src/jvm/clojure/lang/Var.java:706–708 ·
view source on GitHub ↗
(ISeq arglist)
Source
from the content-addressed store, hash-verified
704
}
705
706
public
Object applyTo(ISeq arglist) {
707
return
fn().applyTo(arglist);
708
}
709
710
static
IFn assoc =
new
AFn(){
711
@Override
Callers
1
macroexpand1
Method · 0.95
Calls
2
fn
Method · 0.95
applyTo
Method · 0.65
Tested by
no test coverage detected