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