MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / lua_gettop

Function lua_gettop

src/Chain/libraries/glua/lapi.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170LUA_API int lua_gettop(lua_State *L) {
171 return cast_int(L->top - (L->ci->func + 1));
172}
173
174
175LUA_API void lua_settop(lua_State *L, int idx) {

Callers 15

lualib_http_accept_asyncFunction · 0.85
lualib_http_set_statusFunction · 0.85
lualib_net_listenFunction · 0.85
lualib_net_connectFunction · 0.85
lualib_net_acceptFunction · 0.85
lualib_net_accept_asyncFunction · 0.85
lualib_net_start_io_loopFunction · 0.85
lualib_net_writeFunction · 0.85
lualib_net_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected