Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isScheduled
Method
isScheduled
classpath/java/util/regex/PikeVM.java:241–243 ·
view source on GitHub ↗
(int pc)
Source
from the content-addressed store, hash-verified
239
}
240
241
public
boolean isScheduled(
int
pc) {
242
return
pc == tail || next[pc] > 0;
243
}
244
245
public
int
next(
int
pc) {
246
return
pc < 0 ? head : next[pc] - 1;
Callers
2
queueImmediately
Method · 0.95
queueNext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected