Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ luaD_inctop
Function
luaD_inctop
libraries/AP_Scripting/lua/src/ldo.c:249–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
248
249
void luaD_inctop (lua_State *L) {
250
luaD_checkstack(L, 1);
251
L->top++;
252
}
253
254
/* }================================================================== */
255
Callers
4
pushstr
Function · 0.85
luaO_pushvfstring
Function · 0.85
luaU_undump
Function · 0.85
luaY_parser
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected