Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ boxgc
Function
boxgc
depends/lua/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.85
Tested by
no test coverage detected