Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ setValidator
Method
setValidator
src/jvm/clojure/lang/ARef.java:49–52 ·
view source on GitHub ↗
(IFn vf)
Source
from the content-addressed store, hash-verified
47
}
48
49
public
void
setValidator(IFn vf){
50
validate(vf, deref());
51
validator = vf;
52
}
53
54
public
IFn getValidator(){
55
return
validator;
Callers
nothing calls this directly
Calls
2
validate
Method · 0.95
deref
Method · 0.65
Tested by
no test coverage detected