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