MCPcopy Create free account
hub / github.com/demoth/jake2 / getchar

Method getchar

qcommon/src/main/java/jake2/qcommon/Com.java:107–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 char getchar()
108 {
109 if (index < length) {
110 return data[index];
111 }
112 return 0;
113 }
114
115 public char nextchar()
116 {

Callers 1

ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected