Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ enterlevel
Function
enterlevel
freebsd/contrib/openzfs/module/lua/lparser.c:328–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
327
328
static void enterlevel (LexState *ls) {
329
lua_State *L = ls->L;
330
++L->nCcalls;
331
checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS,
"C levels"
);
332
}
333
334
335
#define leavelevel(ls) ((ls)->L->nCcalls--)
Callers
2
subexpr
Function · 0.70
statement
Function · 0.70
Calls
1
checklimit
Function · 0.85
Tested by
no test coverage detected