Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ check
Function
check
3rd/lua-5.4.3/src/lparser.c:107–110 ·
view source on GitHub ↗
** Check that next token is 'c'. */
Source
from the content-addressed store, hash-verified
105
** Check that next token is
'c'
.
106
*/
107
static void check (LexState *ls, int c) {
108
if (ls->t.token != c)
109
error_expected(ls, c);
110
}
111
112
113
/*
Callers
3
checknext
Function · 0.85
str_checkname
Function · 0.85
mainfunc
Function · 0.85
Calls
1
error_expected
Function · 0.85
Tested by
no test coverage detected