Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ enterlevel
Function
enterlevel
deps/lua/src/lparser.c:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
275
276
static void enterlevel (LexState *ls) {
277
if (++ls->L->nCcalls > LUAI_MAXCCALLS)
278
luaX_lexerror(ls,
"chunk has too many syntax levels"
, 0);
279
}
280
281
282
#define leavelevel(ls) ((ls)->L->nCcalls--)
Callers
2
subexpr
Function · 0.85
chunk
Function · 0.85
Calls
1
luaX_lexerror
Function · 0.85
Tested by
no test coverage detected