MCPcopy 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
249void luaD_inctop (lua_State *L) {
250 luaD_checkstack(L, 1);
251 L->top++;
252}
253
254/* }================================================================== */
255

Callers 4

pushstrFunction · 0.85
luaO_pushvfstringFunction · 0.85
luaU_undumpFunction · 0.85
luaY_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected