Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ check
Function
check
third-party/lua-5.2.4/src/lparser.c:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
110
static void check (LexState *ls, int c) {
111
if (ls->t.token != c)
112
error_expected(ls, c);
113
}
114
115
116
static void checknext (LexState *ls, int c) {
Callers
3
checknext
Function · 0.70
str_checkname
Function · 0.70
mainfunc
Function · 0.70
Calls
1
error_expected
Function · 0.70
Tested by
no test coverage detected