MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setTo

Method setTo

src/main/java/fieldbox/boxes/plugins/Missing.java:134–138  ·  view source on GitHub ↗
(Box b, Dict.Prop<T> what, T value)

Source from the content-addressed store, hash-verified

132 }
133
134 static public <T> void setTo(Box b, Dict.Prop<T> what, T value) {
135 T was = b.properties.get(what);
136 b.properties.put(what, value);
137 recordSet(b, what, b, value, was);
138 }
139
140 static public ArrayList<Log> getLog() {
141 synchronized (log) {

Callers 1

asMap_setMethod · 0.95

Calls 3

recordSetMethod · 0.95
getMethod · 0.65
putMethod · 0.45

Tested by

no test coverage detected