Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ checklimit
Function
checklimit
extlibs/lua/src/lparser.c:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
87
static void checklimit (FuncState *fs, int v, int l, const char *what) {
88
if (v > l) errorlimit(fs, l, what);
89
}
90
91
92
/*
Callers
3
new_localvar
Function · 0.85
allocupvalue
Function · 0.85
recfield
Function · 0.85
Calls
1
errorlimit
Function · 0.85
Tested by
no test coverage detected