MCPcopy 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
577LUA_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_responseFunction · 0.85
utflenFunction · 0.85
codepointFunction · 0.85
byteoffsetFunction · 0.85
iter_auxFunction · 0.85
iter_codesFunction · 0.85
pushxmltagFunction · 0.85
cat_decode_aux_flatFunction · 0.85
cat_decode_aux_fullFunction · 0.85
setfieldFunction · 0.85
os_unixsecondsFunction · 0.85
os_secondsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected