Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ lua_pushinteger
Function
lua_pushinteger
extlibs/lua/src/lapi.c:484–489 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
483
484
LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
485
lua_lock(L);
486
setivalue(s2v(L->top), n);
487
api_incr_top(L);
488
lua_unlock(L);
489
}
490
491
492
/*
Callers
15
main
Function · 0.85
luaB_tonumber
Function · 0.85
luaB_rawlen
Function · 0.85
luaB_collectgarbage
Function · 0.85
ipairsaux
Function · 0.85
luaB_ipairs
Function · 0.85
luaB_select
Function · 0.85
math_abs
Function · 0.85
math_toint
Function · 0.85
pushnumint
Function · 0.85
math_fmod
Function · 0.85
math_random
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected