Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaX_lookahead
Function
luaX_lookahead
third-party/lua-5.4.6/src/llex.c:576–580 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
574
575
576
int luaX_lookahead (LexState *ls) {
577
lua_assert(ls->lookahead.token == TK_EOS);
578
ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
579
return ls->lookahead.token;
580
}
581
Callers
1
field
Function · 0.70
Calls
1
llex
Function · 0.70
Tested by
no test coverage detected