MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / check_next1

Function check_next1

extlibs/lua/src/llex.c:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189static int check_next1 (LexState *ls, int c) {
190 if (ls->current == c) {
191 next(ls);
192 return 1;
193 }
194 else return 0;
195}
196
197
198/*

Callers 1

llexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected