MCPcopy Create free account
hub / github.com/google/re2j / endPos

Method endPos

java/com/google/re2j/MachineInput.java:216–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 @Override
217 int endPos() {
218 return end;
219 }
220
221 private int indexOf(CharSequence hayStack, String needle, int pos) {
222 if (hayStack instanceof String) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected