MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / check_next

Function check_next

third-party/lua-5.2.4/src/llex.c:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184
185static int check_next (LexState *ls, const char *set) {
186 if (ls->current == '\0' || !strchr(set, ls->current))
187 return 0;
188 save_and_next(ls);
189 return 1;
190}
191
192
193/*

Callers 2

read_numeralFunction · 0.70
llexFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected