Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ skiptoeol
Method
skiptoeol
client/src/main/java/jake2/client/LayoutParser.java:230–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
private
char skiptoeol() {
231
char c = 0;
232
while
(index < length && (c = data.charAt(index)) !=
'\n'
&& c != 0)
233
++index;
234
return
c;
235
}
236
}
Callers
1
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected