Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ block
Function
block
depends/lua/src/lparser.c:1094–1101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1092
1093
1094
static void block (LexState *ls) {
1095
/* block -> statlist */
1096
FuncState *fs = ls->fs;
1097
BlockCnt bl;
1098
enterblock(fs, &bl, 0);
1099
statlist(ls);
1100
leaveblock(fs);
1101
}
1102
1103
1104
/*
Callers
5
Shutdown
Method · 0.85
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