Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlutoLang/Pluto
/ lua_pushinteger
Function
lua_pushinteger
src/lapi.cpp:577–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
575
576
577
LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
578
lua_lock(L);
579
setivalue(s2v(L->top.p), n);
580
api_incr_top(L);
581
lua_unlock(L);
582
}
583
584
585
/*
Callers
15
push_http_response
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
pushxmltag
Function · 0.85
cat_decode_aux_flat
Function · 0.85
cat_decode_aux_full
Function · 0.85
setfield
Function · 0.85
os_unixseconds
Function · 0.85
os_seconds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected