Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ check
Function
check
deps/lua/src/lparser.c:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
89
static void check (LexState *ls, int c) {
90
if (ls->t.token != c)
91
error_expected(ls, c);
92
}
93
94
static void checknext (LexState *ls, int c) {
95
check(ls, c);
Callers
7
checknext
Function · 0.85
str_checkname
Function · 0.85
luaY_parser
Function · 0.85
precheck
Function · 0.85
luaG_checkopenop
Function · 0.85
checkArgMode
Function · 0.85
symbexec
Function · 0.85
Calls
1
error_expected
Function · 0.85
Tested by
no test coverage detected