Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ set
Method
set
src/jvm/clojure/lang/Ref.java:161–163 ·
view source on GitHub ↗
(Object val)
Source
from the content-addressed store, hash-verified
159
//}
160
161
public
Object set(Object val){
162
return
LockingTransaction.getEx().doSet(this, val);
163
}
164
165
public
Object commute(IFn fn, ISeq args) {
166
return
LockingTransaction.getEx().doCommute(this, fn, args);
Callers
5
put
Method · 0.95
remove
Method · 0.95
clear
Method · 0.95
putIfAbsent
Method · 0.95
replace
Method · 0.95
Calls
2
getEx
Method · 0.95
doSet
Method · 0.65
Tested by
no test coverage detected