Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
LUA_API int lua_gettop(lua_State *L) {
171
return cast_int(L->top - (L->ci->func + 1));
172
}
173
174
175
LUA_API void lua_settop(lua_State *L, int idx) {
Callers
15
response_headers_traverser
Function · 0.85
lualib_http_on_request_data
Function · 0.85
lualib_http_accept_async
Function · 0.85
lualib_http_start_io_loop
Function · 0.85
lualib_http_set_status
Function · 0.85
lualib_net_listen
Function · 0.85
lualib_net_connect
Function · 0.85
lualib_net_accept
Function · 0.85
lualib_net_accept_async
Function · 0.85
lualib_net_start_io_loop
Function · 0.85
lualib_net_write
Function · 0.85
lualib_net_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected