Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ checklimit
Function
checklimit
freebsd/contrib/openzfs/module/lua/lparser.c:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
94
static void checklimit (FuncState *fs, int v, int l, const char *what) {
95
if (v > l) errorlimit(fs, l, what);
96
}
97
98
99
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.70
Tested by
no test coverage detected