Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ block
Function
block
lib/lua/src/lparser.c:1305–1312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1303
1304
1305
static void block (LexState *ls) {
1306
/* block -> statlist */
1307
FuncState *fs = ls->fs;
1308
BlockCnt bl;
1309
enterblock(fs, &bl, 0);
1310
statlist(ls);
1311
leaveblock(fs);
1312
}
1313
1314
1315
/*
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