MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / block

Function block

libraries/AP_Scripting/lua/src/lparser.c:1093–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091
1092
1093static void block (LexState *ls) {
1094 /* block -> statlist */
1095 FuncState *fs = ls->fs;
1096 BlockCnt bl;
1097 enterblock(fs, &bl, 0);
1098 statlist(ls);
1099 leaveblock(fs);
1100}
1101
1102
1103/*

Callers 4

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