Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ lua_pushinteger
Function
lua_pushinteger
libraries/AP_Scripting/lua/src/lapi.c:466–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
465
466
LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
467
lua_lock(L);
468
setivalue(L->top, n);
469
api_incr_top(L);
470
lua_unlock(L);
471
}
472
473
474
/*
Callers
15
uint32_t_toint
Function · 0.85
uint64_t_toint
Function · 0.85
lua_mavlink_receive_chan
Function · 0.85
lua_mission_receive
Function · 0.85
AP_HAL__I2CDevice_read_registers
Function · 0.85
lua_serial_writestring
Function · 0.85
SocketAPM_recv
Function · 0.85
lua_GCS_command_int
Function · 0.85
main
Function · 0.85
luaB_tonumber
Function · 0.85
luaB_rawlen
Function · 0.85
luaB_collectgarbage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected