MCPcopy 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
90static void check (LexState *ls, int c) {
91 if (ls->t.token != c)
92 error_expected(ls, c);
93}
94
95static void checknext (LexState *ls, int c) {
96 check(ls, c);

Callers 7

checknextFunction · 0.70
str_checknameFunction · 0.70
luaY_parserFunction · 0.70
precheckFunction · 0.70
luaG_checkopenopFunction · 0.70
checkArgModeFunction · 0.70
symbexecFunction · 0.70

Calls 1

error_expectedFunction · 0.85

Tested by

no test coverage detected