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

Method get

VirtualApp/lib/src/main/java/mirror/RefInt.java:13–19  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

11 }
12
13 public int get(Object object) {
14 try {
15 return this.field.getInt(object);
16 } catch (Exception e) {
17 return 0;
18 }
19 }
20
21 public void set(Object obj, int intValue) {
22 try {

Callers 4

getPeriodicSyncTimeMethod · 0.45
RefMethodMethod · 0.45
loadMethod · 0.45
RefStaticMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected