Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ canCheckPrefix
Method
canCheckPrefix
java/com/google/re2j/MachineInput.java:129–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
}
128
129
@Override
130
boolean canCheckPrefix() {
131
return
true;
132
}
133
134
@Override
135
int
index(RE2 re2,
int
pos) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected