MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / marktobeclosed

Function marktobeclosed

lib/lua/src/lparser.c:422–427  ·  view source on GitHub ↗

** Mark that current block has a to-be-closed variable. */

Source from the content-addressed store, hash-verified

420** Mark that current block has a to-be-closed variable.
421*/
422static void marktobeclosed (FuncState *fs) {
423 BlockCnt *bl = fs->bl;
424 bl->upval = 1;
425 bl->insidetbc = 1;
426 fs->needclose = 1;
427}
428
429
430/*

Callers 2

forlistFunction · 0.85
checktocloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected