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

Function removevalues

libraries/AP_Scripting/lua/src/lcode.c:220–223  ·  view source on GitHub ↗

** Traverse a list of tests ensuring no one produces a value */

Source from the content-addressed store, hash-verified

218** Traverse a list of tests ensuring no one produces a value
219*/
220static void removevalues (FuncState *fs, int list) {
221 for (; list != NO_JUMP; list = getjump(fs, list))
222 patchtestreg(fs, list, NO_REG);
223}
224
225
226/*

Callers 1

codenotFunction · 0.85

Calls 2

getjumpFunction · 0.85
patchtestregFunction · 0.85

Tested by

no test coverage detected