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:196–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
194
}
195
196
@Override
197
boolean canCheckPrefix() {
198
return
true;
199
}
200
201
@Override
202
int
index(RE2 re2,
int
pos) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected