Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaX_lookahead
Function
luaX_lookahead
app/redis-6.2.6/deps/lua/src/llex.c:464–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
463
464
void luaX_lookahead (LexState *ls) {
465
lua_assert(ls->lookahead.token == TK_EOS);
466
ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
467
}
468
Callers
1
constructor
Function · 0.70
Calls
1
llex
Function · 0.70
Tested by
no test coverage detected