Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasMore
Method
hasMore
output/java_guava/1.4.18/MediaType.java:1009–1011 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1007
}
1008
1009
boolean hasMore() {
1010
return
(position >= 0) && (position < input.length());
1011
}
1012
}
1013
1014
@Override
Callers
4
parse
Method · 0.95
consumeTokenIfPresent
Method · 0.95
consumeCharacter
Method · 0.95
previewChar
Method · 0.95
Calls
1
length
Method · 0.45
Tested by
no test coverage detected