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/Ref.java:365–367 ·
view source on GitHub ↗
(ISeq arglist)
Source
from the content-addressed store, hash-verified
363
}
364
365
public
Object applyTo(ISeq arglist) {
366
return
AFn.applyToHelper(this, arglist);
367
}
368
369
}
Callers
nothing calls this directly
Calls
1
applyToHelper
Method · 0.95
Tested by
no test coverage detected