Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ enterlevel
Function
enterlevel
src/Chain/libraries/glua/lparser.cpp:351–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
350
351
static void enterlevel(LexState *ls) {
352
lua_State *L = ls->L;
353
++L->nCcalls;
354
checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS,
"C levels"
);
355
}
356
357
358
#define leavelevel(ls) ((ls)->L->nCcalls--)
Callers
2
subexpr
Function · 0.85
statement
Function · 0.85
Calls
1
checklimit
Function · 0.85
Tested by
no test coverage detected