Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ luaK_ret
Function
luaK_ret
libraries/AP_Scripting/lua/src/lcode.c:156–158 ·
view source on GitHub ↗
** Code a 'return' instruction */
Source
from the content-addressed store, hash-verified
154
** Code a
'return'
instruction
155
*/
156
void luaK_ret (FuncState *fs, int first, int nret) {
157
luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
158
}
159
160
161
/*
Callers
2
close_func
Function · 0.85
retstat
Function · 0.85
Calls
1
luaK_codeABC
Function · 0.85
Tested by
no test coverage detected