MCPcopy Create free account
hub / github.com/cschanck/single-file-java / isAtEnd

Method isAtEnd

src/main/java/org/sfj/JSONOne.java:630–632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628 }
629
630 private boolean isAtEnd() {
631 return current >= input.length();
632 }
633
634 char advance() {
635 if (isAtEnd()) {

Callers 3

peekMethod · 0.95
advanceMethod · 0.95
nextTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected