Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaX_lookahead
Function
luaX_lookahead
lua/llex.c:473–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
472
473
void luaX_lookahead (LexState *ls) {
474
lua_assert(ls->lookahead.token == TK_EOS);
475
ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
476
}
Callers
1
constructor
Function · 0.85
Calls
1
llex
Function · 0.85
Tested by
no test coverage detected