Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ lua_pushinteger
Function
lua_pushinteger
src/Chain/libraries/glua/lapi.cpp:469–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
467
468
469
LUA_API void lua_pushinteger(lua_State *L, lua_Integer n) {
470
lua_lock(L);
471
setivalue(L->top, n);
472
api_incr_top(L);
473
lua_unlock(L);
474
}
475
476
477
/*
Callers
15
lualib_http_get_status
Function · 0.85
lualib_net_read_impl
Function · 0.85
lualib_net_read_until_impl
Function · 0.85
utflen
Function · 0.85
codepoint
Function · 0.85
byteoffset
Function · 0.85
iter_aux
Function · 0.85
iter_codes
Function · 0.85
setfield
Function · 0.85
tlength
Function · 0.85
pack
Function · 0.85
time_difftime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected