Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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.85
Tested by
no test coverage detected