Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ prevchar
Method
prevchar
qcommon/src/main/java/jake2/qcommon/Com.java:125–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
}
124
125
char prevchar() {
126
if
(index > 0)
127
{
128
index--;
129
return
data[index];
130
}
131
return
0;
132
}
133
134
public
boolean isEof()
135
{
Callers
1
Parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected