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:47–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
46
// can we look ahead without losing info?
47
abstract boolean canCheckPrefix();
48
49
// Returns the index relative to |pos| at which |re2.prefix| is found
50
// in this input stream, or a negative value if not found.
Callers
1
match
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected