Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ endPos
Method
endPos
java/com/google/re2j/MachineInput.java:167–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
}
166
167
@Override
168
int
endPos() {
169
return
end;
170
}
171
}
172
173
// |pos| and |width| are in Java "char" units.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected