Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ nextchar
Method
nextchar
client/src/main/java/jake2/client/LayoutParser.java:203–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
201
}
202
203
private
char nextchar() {
204
++index;
205
if
(index < length) {
206
return
data.charAt(index);
207
}
208
return
0;
209
}
210
211
private
char prevchar() {
212
if
(index > 0) {
Callers
1
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected