MCPcopy 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
11051static int luaB_gcinfo (lua_State *L) {
11052lua_pushinteger(L, lua_getgccount(L));
11053return 1;
11054}
11055
11056
11057static int luaB_collectgarbage (lua_State *L) {

Callers

nothing calls this directly

Calls 1

lua_pushintegerFunction · 0.85

Tested by

no test coverage detected