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