Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaB_gcinfo
Function
luaB_gcinfo
deps/lua/src/lbaselib.c:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
186
187
static int luaB_gcinfo (lua_State *L) {
188
lua_pushinteger(L, lua_getgccount(L));
189
return 1;
190
}
191
192
193
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