MCPcopy Create free account
hub / github.com/DFHack/dfhack / checklimit

Function checklimit

depends/lua/src/lparser.c:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92static void checklimit (FuncState *fs, int v, int l, const char *what) {
93 if (v > l) errorlimit(fs, l, what);
94}
95
96
97static 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