Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ AR
Method
AR
src/main/java/com/volmit/adapt/util/AR.java:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
private
int
id = 0;
23
24
public
AR() {
25
this(0);
26
}
27
28
public
AR(
int
interval) {
29
id = J.ar(this, interval);
Callers
nothing calls this directly
Calls
1
ar
Method · 0.95
Tested by
no test coverage detected