Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
static void checklimit (FuncState *fs, int v, int l, const char *what) {
93
if (v > l) errorlimit(fs, l, what);
94
}
95
96
97
static int testnext (LexState *ls, int c) {
Callers
6
new_localvar
Function · 0.85
newupvalue
Function · 0.85
enterlevel
Function · 0.85
recfield
Function · 0.85
listfield
Function · 0.85
assignment
Function · 0.85
Calls
1
errorlimit
Function · 0.85
Tested by
no test coverage detected