MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / check

Function check

src/Chain/libraries/glua/lparser.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108static void check(LexState *ls, int c) {
109 if (ls->t.token != c)
110 error_expected(ls, c);
111}
112
113
114static void checknext(LexState *ls, int c) {

Callers 3

checknextFunction · 0.70
str_checknameFunction · 0.70
mainfuncFunction · 0.70

Calls 1

error_expectedFunction · 0.85

Tested by

no test coverage detected