MCPcopy Create free account
hub / github.com/cuberite/cuberite / luaX_lookahead

Function luaX_lookahead

lib/lua/src/llex.c:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459
460
461void luaX_lookahead (LexState *ls) {
462 lua_assert(ls->lookahead.token == TK_EOS);
463 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
464}
465

Callers 1

constructorFunction · 0.85

Calls 1

llexFunction · 0.85

Tested by

no test coverage detected