Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ check
Function
check
extlibs/lua/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
4
checknext
Function · 0.70
str_checkname
Function · 0.70
mainfunc
Function · 0.70
update
Method · 0.50
Calls
1
error_expected
Function · 0.85
Tested by
no test coverage detected