Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ luaB_gcinfo
Function
luaB_gcinfo
Source/Misc/lua/src/lua.c:11051–11054 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11049
11050
11051
static int luaB_gcinfo (lua_State *L) {
11052
lua_pushinteger(L, lua_getgccount(L));
11053
return 1;
11054
}
11055
11056
11057
static int luaB_collectgarbage (lua_State *L) {
Callers
nothing calls this directly
Calls
1
lua_pushinteger
Function · 0.85
Tested by
no test coverage detected