MCPcopy 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
1094static 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

ShutdownMethod · 0.85
whilestatFunction · 0.85
forbodyFunction · 0.85
ifstatFunction · 0.85
statementFunction · 0.85

Calls 3

enterblockFunction · 0.85
statlistFunction · 0.85
leaveblockFunction · 0.85

Tested by

no test coverage detected