MCPcopy 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
466LUA_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_tointFunction · 0.85
uint64_t_tointFunction · 0.85
lua_mavlink_receive_chanFunction · 0.85
lua_mission_receiveFunction · 0.85
lua_serial_writestringFunction · 0.85
SocketAPM_recvFunction · 0.85
lua_GCS_command_intFunction · 0.85
mainFunction · 0.85
luaB_tonumberFunction · 0.85
luaB_rawlenFunction · 0.85
luaB_collectgarbageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected