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

Function checklimit

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

Source from the content-addressed store, hash-verified

92
93
94static void checklimit(FuncState *fs, int v, int l, const char *what) {
95 if (v > l) errorlimit(fs, l, what);
96}
97
98
99static int testnext(LexState *ls, int c) {

Callers 6

new_localvarFunction · 0.85
newupvalueFunction · 0.85
enterlevelFunction · 0.85
recfieldFunction · 0.85
listfieldFunction · 0.85
assignmentFunction · 0.85

Calls 1

errorlimitFunction · 0.85

Tested by

no test coverage detected