Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ doReset
Method
doReset
src/jvm/clojure/lang/Var.java:235–238 ·
view source on GitHub ↗
(Object val)
Source
from the content-addressed store, hash-verified
233
}
234
235
public
Object doReset(Object val) {
236
bindRoot(val);
237
return
val;
238
}
239
240
public
void
setMeta(IPersistentMap m) {
241
//ensure these basis keys
Callers
nothing calls this directly
Calls
1
bindRoot
Method · 0.95
Tested by
no test coverage detected