MCPcopy Create free account
hub / github.com/defold/defold / check_next

Function check_next

engine/lua/src/lua/llex.c:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161static int check_next (LexState *ls, const char *set) {
162 if (!strchr(set, ls->current))
163 return 0;
164 save_and_next(ls);
165 return 1;
166}
167
168
169static void buffreplace (LexState *ls, char from, char to) {

Callers 2

read_numeralFunction · 0.85
llexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected