Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ isEof
Method
isEof
qcommon/src/main/java/jake2/qcommon/Com.java:134–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
public
boolean isEof()
135
{
136
return
index >= length;
137
}
138
139
public
int
index;
140
public
char data[];
Callers
10
testParseHelpNull
Method · 0.95
testParseHelpCharArray
Method · 0.95
testParseHelpCharArrayWithOffset
Method · 0.95
testParseHelp
Method · 0.95
testParseHelpWithSlash
Method · 0.95
testParseHelpWithComments
Method · 0.95
testParseHelpWhitespace
Method · 0.95
testParseHelpExceedMaxToken
Method · 0.95
ED_ParseEdict
Method · 0.45
Parse
Method · 0.45
Calls
no outgoing calls
Tested by
8
testParseHelpNull
Method · 0.76
testParseHelpCharArray
Method · 0.76
testParseHelpCharArrayWithOffset
Method · 0.76
testParseHelp
Method · 0.76
testParseHelpWithSlash
Method · 0.76
testParseHelpWithComments
Method · 0.76
testParseHelpWhitespace
Method · 0.76
testParseHelpExceedMaxToken
Method · 0.76