Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ next
Method
next
classpath/java/util/regex/PikeVM.java:245–247 ·
view source on GitHub ↗
(int pc)
Source
from the content-addressed store, hash-verified
243
}
244
245
public
int
next(
int
pc) {
246
return
pc < 0 ? head : next[pc] - 1;
247
}
248
249
public
void
clean() {
250
for
(
int
pc = head; pc >= 0; ) {
Callers
1
matches
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected