Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ clean
Method
clean
classpath/java/util/regex/PikeVM.java:249–257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
247
}
248
249
public
void
clean() {
250
for
(
int
pc = head; pc >= 0; ) {
251
int
nextPC = next[pc] - 1;
252
next[pc] = 0;
253
offsets[pc] = null;
254
pc = nextPC;
255
}
256
head = tail = -1;
257
}
258
}
259
260
/**
Callers
1
matches
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected