Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ luaX_lookahead
Function
luaX_lookahead
other_src/lua/src/llex.cpp:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
458
459
void luaX_lookahead (LexState *ls) {
460
lua_assert(ls->lookahead.token == TK_EOS);
461
ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
462
}
463
Callers
1
constructor
Function · 0.70
Calls
1
llex
Function · 0.70
Tested by
no test coverage detected