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

Function luaK_fixline

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

** Change line information associated with current position. */

Source from the content-addressed store, hash-verified

1182** Change line information associated with current position.
1183*/
1184void luaK_fixline (FuncState *fs, int line) {
1185 fs->f->lineinfo[fs->pc - 1] = line;
1186}
1187
1188
1189/*

Callers 5

funcargsFunction · 0.85
forbodyFunction · 0.85
funcstatFunction · 0.85
codeunexpvalFunction · 0.85
codebinexpvalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected