Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ block
Function
block
extlibs/lua/src/lparser.c:1286–1293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1284
1285
1286
static void block (LexState *ls) {
1287
/* block -> statlist */
1288
FuncState *fs = ls->fs;
1289
BlockCnt bl;
1290
enterblock(fs, &bl, 0);
1291
statlist(ls);
1292
leaveblock(fs);
1293
}
1294
1295
1296
/*
Callers
4
whilestat
Function · 0.85
forbody
Function · 0.85
ifstat
Function · 0.85
statement
Function · 0.85
Calls
3
enterblock
Function · 0.85
statlist
Function · 0.85
leaveblock
Function · 0.85
Tested by
no test coverage detected