MCPcopy Index your code
hub / github.com/asLody/VirtualApp / set

Method set

VirtualApp/lib/src/main/java/mirror/RefInt.java:21–27  ·  view source on GitHub ↗
(Object obj, int intValue)

Source from the content-addressed store, hash-verified

19 }
20
21 public void set(Object obj, int intValue) {
22 try {
23 this.field.setInt(obj, intValue);
24 } catch (Exception e) {
25 //Ignore
26 }
27 }
28}

Callers 2

setPeriodicSyncTimeMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected