MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / block

Function block

src/Chain/libraries/glua/lparser.cpp:1126–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124
1125
1126static void block(LexState *ls) {
1127 /* block -> statlist */
1128 FuncState *fs = ls->fs;
1129 BlockCnt bl;
1130 enterblock(fs, &bl, 0);
1131 statlist(ls);
1132 leaveblock(fs);
1133}
1134
1135
1136/*

Callers 4

whilestatFunction · 0.70
forbodyFunction · 0.70
ifstatFunction · 0.70
statementFunction · 0.70

Calls 3

enterblockFunction · 0.85
statlistFunction · 0.85
leaveblockFunction · 0.85

Tested by

no test coverage detected