Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ boxgc
Function
boxgc
third-party/lua-5.3.5/src/lauxlib.c:476–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
475
476
static int boxgc (lua_State *L) {
477
resizebox(L, 1, 0);
478
return 0;
479
}
480
481
482
static void *newbox (lua_State *L, size_t newsize) {
Callers
nothing calls this directly
Calls
1
resizebox
Function · 0.70
Tested by
no test coverage detected