Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ alter
Method
alter
src/jvm/clojure/lang/Var.java:214–217 ·
view source on GitHub ↗
(IFn fn, ISeq args)
Source
from the content-addressed store, hash-verified
212
}
213
214
public
Object alter(IFn fn, ISeq args) {
215
set(fn.applyTo(RT.cons(deref(), args)));
216
return
this;
217
}
218
219
public
Object set(Object val){
220
validate(getValidator(), val);
Callers
nothing calls this directly
Calls
4
set
Method · 0.95
cons
Method · 0.95
deref
Method · 0.95
applyTo
Method · 0.65
Tested by
no test coverage detected