Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
setPeriodicSyncTime
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected