Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaX_lookahead
Function
luaX_lookahead
src/Chain/libraries/glua/llex.cpp:594–598 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
593
594
int luaX_lookahead(LexState *ls) {
595
lua_assert(ls->lookahead.token == TK_EOS);
596
ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
597
return ls->lookahead.token;
598
}
599
Callers
1
field
Function · 0.85
Calls
1
llex
Function · 0.85
Tested by
no test coverage detected