Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ luaX_lookahead
Function
luaX_lookahead
3rd/lua-5.4.3/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.85
Calls
1
llex
Function · 0.85
Tested by
no test coverage detected