MCPcopy 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
594int 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

fieldFunction · 0.85

Calls 1

llexFunction · 0.85

Tested by

no test coverage detected