MCPcopy 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
469LUA_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_statusFunction · 0.85
lualib_net_read_implFunction · 0.85
utflenFunction · 0.85
codepointFunction · 0.85
byteoffsetFunction · 0.85
iter_auxFunction · 0.85
iter_codesFunction · 0.85
setfieldFunction · 0.85
tlengthFunction · 0.85
packFunction · 0.85
time_difftimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected