Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ luaX_lookahead
Function
luaX_lookahead
depends/lua/src/llex.c:563–567 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
562
563
int luaX_lookahead (LexState *ls) {
564
lua_assert(ls->lookahead.token == TK_EOS);
565
ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
566
return ls->lookahead.token;
567
}
568
Callers
1
field
Function · 0.85
Calls
1
llex
Function · 0.85
Tested by
no test coverage detected